'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Controls the mode of the major ticks.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MajorTickMode As MajorTickMode
'Usage
Dim instance As NStandardScaleConfigurator Dim value As MajorTickMode instance.MajorTickMode = value value = instance.MajorTickMode
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Controls the mode of the major ticks.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public MajorTickMode MajorTickMode {get; set;}