Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / Font Property


In This Topic
    Font Property (StyleInfo)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Font As Font
    'Usage
     
    
    Dim instance As StyleInfo
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    public virtual Font Font {get; set;}
    See Also