Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / CaptionFont Property


In This Topic
    CaptionFont Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CaptionFont As Font
    'Usage
     
    
    Dim instance As DesignerMain
    Dim value As Font
     
    instance.CaptionFont = value
     
    value = instance.CaptionFont
    public Font CaptionFont {get; set;}
    See Also