ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / AutoWidth Property

In This Topic
    AutoWidth Property (Element)
    In This Topic
    Gets or sets the System.Boolean value specifying whether element width is automatically determined by its style and contents.
    Syntax
    'Declaration
     
    Public Property AutoWidth As System.Boolean
    public System.bool AutoWidth {get; set;}
    See Also