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

Show in webframe

Alignment Property (AnnPen)






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

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