ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Element Class / AutoHeight Property

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