Gets or sets a value indicating the length of the grid (in pixels viewed at 100).


public int GridLength {get; set;}
public:
property int GridLength {
int get();
void set ( int value);
}
'Declaration
Public Property GridLength As Integer
'Usage
Dim instance As AnnSnapToGridOptions
Dim value As Integer
instance.GridLength = value
value = instance.GridLength
Property Value
An
System.Int32 that indicates the length of the grid in pixels (in pixels viewed at 100). Default value is 20.
For C#/VB examples, refer to AnnSnapToGridOptions.