Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TitleInfo Class / Height Property


In This Topic
    Height Property (TitleInfo)
    In This Topic
    Gets or sets the height of title bar.
    Syntax
    'Declaration
     
    
    Public Property Height As Integer
    'Usage
     
    
    Dim instance As TitleInfo
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public int Height {get; set;}
    See Also