Description
Gets or sets the width, in pixels, of the
outline around the polyline.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property OutlineWidth() As Single
|
[C#] |
public float OutlineWidth {get; set;}
|
[Managed C++] |
public: __property float get_OutlineWidth();
public: __property void set_OutlineWidth(
float
);
|
[Unmanaged C++] |
public: HRESULT get_OutlineWidth(
float * pRetVal
);
public: HRESULT put_OutlineWidth(
float NewOutlineWidth
);
|
[Java] |
public float getOutlineWidth();public void setOutlineWidth(
float
);
|
Remarks
See Also