LEADTOOLS Annotations (Leadtools.Annotations assembly)

Alignment Property (AnnPen)

Show in webframe





Gets or sets the System.Drawing.Drawing2D.PenAlignment for this AnnPen object.
Syntax
public virtual PenAlignment Alignment {get; set;}
'Declaration
 
Public Overridable Property Alignment As PenAlignment
'Usage
 
Dim instance As AnnPen
Dim value As PenAlignment
 
instance.Alignment = value
 
value = instance.Alignment

            

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

Property Value

A System.Drawing.Drawing2D.PenAlignment value that represents the alignment for 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.