Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextListStyle Class / StartNumber Property


In This Topic
    StartNumber Property
    In This Topic
    Gets / set the starting number for numbered list items.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also