LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

GridColor Property

Show in webframe





Gets or sets a value indicating the color to use for the overlayed 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.Windows.Media.Color that indicates the value to use for the overlayed grid. Default value is Color.Blue.
Example

For C#/VB examples, 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.