Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / Font Property


In This Topic
    Font Property (IElementStyle)
    In This Topic
    Gets or sets the font.
    Syntax
    'Declaration
     
    
    Property Font As Font
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    Font Font {get; set;}
    See Also