Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FontPicker Class / FontSize Property


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