NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Pen.Alignment

[To be supplied.]

[Visual Basic]
Public Property Alignment As PenAlignment
[C#]
public PenAlignment Alignment {get; set;}
[C++]
public: __property PenAlignment get_Alignment();
public: __property void set_Alignment(PenAlignment);
[JScript]
public function get Alignment() : PenAlignment;
public function set Alignment(PenAlignment);

See Also

Pen Class | Pen Members | System.Drawing Namespace