LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

GridColor Property






Gets or sets a value indicating the color to use for the overlaid grid.
Syntax
public Color GridColor {get; set;}
'Declaration
 
Public Property GridColor As Color
'Usage
 
Dim instance As AnnSnapToGridOptions
Dim value As Color
 
instance.GridColor = value
 
value = instance.GridColor
public Color GridColor {get; set;}
 get_GridColor();
set_GridColor(value);
public:
property Color GridColor {
   Color get();
   void set (    Color value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnSnapToGridOptions Class
AnnSnapToGridOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.