WizardOptionBaseDimensions Property |
The size of this option's display control in the Wizard dialog.
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Size Dimensions { get; set; }
Public Property Dimensions As Size
Get
Set
Dim instance As WizardOptionBase
Dim value As Size
value = instance.Dimensions
instance.Dimensions = value
Property Value
SizeSee Also