'Declaration
<SRCategoryAttribute("CatLayout")> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("LabelAutoSizeDescr")> <System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> Public Overridable Property AutoSize As System.Boolean
'Usage
Dim instance As NViewMessageControl Dim value As System.Boolean instance.AutoSize = value value = instance.AutoSize
[SRCategory("CatLayout")] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.RefreshProperties(RefreshProperties.All)] [System.ComponentModel.Localizable(true)] [SRDescription("LabelAutoSizeDescr")] [System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] public virtual System.bool AutoSize {get; set;}