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

Color Property (AnnSolidBrush)






Gets or sets the color of this AnnSolidBrush object.
Syntax
public virtual Color Color {get; set;}
'Declaration
 
Public Overridable Property Color As Color
'Usage
 
Dim instance As AnnSolidBrush
Dim value As Color
 
instance.Color = value
 
value = instance.Color
public virtual Color Color {get; set;}
 get_Color();
set_Color(value);
public:
virtual property Color Color {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color structure that represents the color of this brush.
Example
For an example, refer to AnnSolidBrush.
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

AnnSolidBrush Class
AnnSolidBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

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