LEADTOOLS Annotations (Leadtools.Annotations assembly)

Color Property (AnnPen)

Show in webframe





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

            

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

Property Value

A Color structure that represents the color of this AnnPen object.
Example
For an example, refer to AnnPen.
Requirements

Target Platforms

See Also

Reference

AnnPen Class
AnnPen Members

 

 


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