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

[To be supplied.]

[Visual Basic]
Public Property DashStyle As DashStyle
[C#]
public DashStyle DashStyle {get; set;}
[C++]
public: __property DashStyle get_DashStyle();
public: __property void set_DashStyle(DashStyle);
[JScript]
public function get DashStyle() : DashStyle;
public function set DashStyle(DashStyle);

See Also

Pen Class | Pen Members | System.Drawing Namespace