'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The starting number for numbered list items..")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property StartNumber As System.Integer
'Usage
Dim instance As NTextListStyle Dim value As System.Integer instance.StartNumber = value value = instance.StartNumber
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The starting number for numbered list items..")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlAttribute()] public System.int StartNumber {get; set;}