LEADTOOLS Annotations (Leadtools.Annotations assembly)

BackColor Property

Show in webframe





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

            

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

Property Value

A System.Drawing.Color structure that represents the color of the spaces between 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.