←Select platform

GridColor Property

Summary

Gets or sets a value indicating the color to use for the overlaid grid.

Syntax

C#
VB
C++
public Color GridColor { get; set; } 
  
Public Property GridColor As Color 
public: 
property Color GridColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

A System.Drawing.Color that indicates the value to use for the overlaid grid. Default value is Color.Blue.

Example

For an example, refer to AnnSnapToGridOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly