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

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