Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItemCollection Class / Font Property


In This Topic
    Font Property (SmartItemCollection)
    In This Topic
    Gets the font of every SmartItem in the collection whose own Font property has not been explicitly set.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public ReadOnly Property Font As Font
    'Usage
     
    Dim instance As SmartItemCollection
    Dim value As Font
     
    value = instance.Font
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public Font Font {get;}

    Property Value

    A reference to a System.Drawing.Font object representing the font of every SmartItem in the collection whose own Font property has not been explicitly set.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also