Gets or sets the start index of the marks enumeration on the page.
Syntax
public int StartIndex {get; set;}
public: __property int get_StartIndex();
public: __property void set_StartIndex(
int value
);
public:
property int StartIndex {
int get();
void set ( int value);
}
'Declaration
Public Property StartIndex As Integer
'Usage
Dim instance As ImGearARTPage
Dim value As Integer
instance.StartIndex = value
value = instance.StartIndex
Property Value
Integer value.
See Also