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!

CustomLineCap.WidthScale

[To be supplied.]

[Visual Basic]
Public Property WidthScale As Single
[C#]
public float WidthScale {get; set;}
[C++]
public: __property float get_WidthScale();
public: __property void set_WidthScale(float);
[JScript]
public function get WidthScale() : float;
public function set WidthScale(float);

See Also

CustomLineCap Class | CustomLineCap Members | System.Drawing.Drawing2D Namespace