Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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 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

See Also

Reference

AnnSolidBrush Class
AnnSolidBrush Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)