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

[To be supplied.]

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

See Also

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