LEADTOOLS Annotations (Leadtools.Annotations assembly)

ForeColor Property

Show in webframe





Gets or sets the color of hatch lines drawn by this AnnHatchBrush object.
Syntax
public virtual Color ForeColor {get; set;}
'Declaration
 
Public Overridable Property ForeColor As Color
'Usage
 
Dim instance As AnnHatchBrush
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor

            

            
public:
virtual property Color ForeColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color structure that represents the color of the hatch lines drawn by this AnnHatchBrush object.
Example
For an example, refer to AnnHatchBrush.
Requirements

Target Platforms

See Also

Reference

AnnHatchBrush Class
AnnHatchBrush Members

 

 


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