Leadtools.Windows.Annotations Namespace > AnnContainer Class : SnapToGridOptions Property |
public AnnSnapToGridOptions SnapToGridOptions {get; set;}
'Declaration Public Property SnapToGridOptions As AnnSnapToGridOptions
'Usage Dim instance As AnnContainer Dim value As AnnSnapToGridOptions instance.SnapToGridOptions = value value = instance.SnapToGridOptions
public: property AnnSnapToGridOptions^ SnapToGridOptions { AnnSnapToGridOptions^ get(); void set ( AnnSnapToGridOptions^ value); }
Use this property to change current snap to grid options for this container. To enable the container to use snap to grid, you must also set the value of the EnableSnapToGrid property to true.
For more information on snap to grid, refer to AnnSnapToGridOptions.
For C#/VB examples, refer to AnnSnapToGridOptions.