'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The length in rows or columns of each interlace stripe.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(1)> Public Property Length As System.Integer
'Usage
Dim instance As NScaleStripStyle Dim value As System.Integer instance.Length = value value = instance.Length
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The length in rows or columns of each interlace stripe.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(1)] public System.int Length {get; set;}