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


In This Topic
    Font Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property Font As Font
    'Usage
     
    
    Dim instance As IElement
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    Font Font {get; set;}
    See Also