Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FontPickerWide Class / FontSize Property


In This Topic
    FontSize Property (FontPickerWide)
    In This Topic
    Gets or sets the text.
    Syntax
    'Declaration
     
    
    Protected Overridable Property FontSize As Single
    'Usage
     
    
    Dim instance As FontPickerWide
    Dim value As Single
     
    instance.FontSize = value
     
    value = instance.FontSize
    protected virtual float FontSize {get; set;}
    See Also