A Alex Feinman [MVP] Jun 1, 2005 #2 PropertyInfo pi = myLabel.GetType().GetProperty("Font"); Font fnt = (Font)pi.GetValue(myLabel, null);
PropertyInfo pi = myLabel.GetType().GetProperty("Font"); Font fnt = (Font)pi.GetValue(myLabel, null);