TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Height Property

In This Topic
    Height Property (Style)
    In This Topic
    Gets or sets the style height (set to -1 to use the default height).
    Syntax
    'Declaration
     
    
    <CategoryAttribute("Layout")>
    <BrowsableAttribute(False)>
    <DefaultValueAttribute(-1)>
    Public Property Height As Integer
    [Category("Layout")]
    [Browsable(false)]
    [DefaultValue(-1)]
    public int Height {get; set;}
    See Also