LabelOptionDoAutoSize Property |
Defines the value of the AutoSize property of the created label
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool DoAutoSize { get; set; }
Public Property DoAutoSize As Boolean
Get
Set
Dim instance As LabelOption
Dim value As Boolean
value = instance.DoAutoSize
instance.DoAutoSize = value
Property Value
BooleanRemarks Is set to true automatically if the advanced constructor is used.
See Also