Gets or sets the width, in pixels, of the outline around the line.
Read-write property
[Visual Basic .NET] |
---|
Public Property OutlineWidth() As Single |
[C#] |
---|
public float OutlineWidth {get; set;} |
[Managed C++] |
---|
public: __property float get_OutlineWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_OutlineWidth( float * pRetVal ); public: HRESULT put_OutlineWidth( float OutlineWidth ); |
[Java] |
---|
public float getOutlineWidth(); public void setOutlineWidth( float ); |
Similar to Width, the outline width is defined in pixels, so even if the camera moves very close or very far from the primitive, the outline width on the screen does not change.
The total line width, in pixels, including the Width and outline width is clamped to Maximum Width Supported.