'Declaration
<System.ComponentModel.CategoryAttribute("Scale")> <System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether this scale is inverted.")> Public Property Invert As System.Boolean
'Usage
Dim instance As NScaleConfigurator Dim value As System.Boolean instance.Invert = value value = instance.Invert
[System.ComponentModel.Category("Scale")] [System.ComponentModel.Description("Gets or sets a value indicating whether this scale is inverted.")] public System.bool Invert {get; set;}