'Declaration
<System.ComponentModel.CategoryAttribute("Scale")> <System.ComponentModel.DescriptionAttribute("If set to true the Origin value is displayed by a major tick. If set to false the major ticks begin from the minimal scale value.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property UseOrigin As System.Boolean
'Usage
Dim instance As NStandardScaleConfigurator Dim value As System.Boolean instance.UseOrigin = value value = instance.UseOrigin
[System.ComponentModel.Category("Scale")] [System.ComponentModel.Description("If set to true the Origin value is displayed by a major tick. If set to false the major ticks begin from the minimal scale value.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool UseOrigin {get; set;}