RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1List Class / StartIndex Property

In This Topic
    StartIndex Property (C1List)
    In This Topic
    Gets or sets the starting index to use when the MarkerStyle is for an ordered list.
    Syntax
    'Declaration
     
    
    Public Property StartIndex As Integer
    public int StartIndex {get; set;}
    See Also