'Declaration <DescriptionAttribute("The font of the SmartItem when the mouse passes over it.")> <CategoryAttribute("Appearance")> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(True)> Public Property OverFont As Font
'Usage Dim instance As SmartItem Dim value As Font instance.OverFont = value value = instance.OverFont
[Description("The font of the SmartItem when the mouse passes over it.")] [Category("Appearance")] [Browsable(true)] [MergableProperty(true)] [Localizable(true)] public Font OverFont {get; set;}