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

BackColor Property






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 Color BackColor {get; set;}
 get_BackColor();
set_BackColor(value);
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: 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

AnnHatchBrush Class
AnnHatchBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

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