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


In This Topic
    Font Property (BannerShape)
    In This Topic
    Gets or sets the font for the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Font As Font
    'Usage
     
    
    Dim instance As BannerShape
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    public virtual Font Font {get; set;}
    See Also