LEADTOOLS Annotations (Leadtools.Annotations assembly)

GridColor Property

Show in webframe





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:
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

See Also

Reference

AnnSnapToGridOptions Class
AnnSnapToGridOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.