Specifies the width of the line.
Read-write property
[Visual Basic .NET] |
---|
Public Property LineWidth() As Single |
[C#] |
---|
public float LineWidth {get; set;} |
[Managed C++] |
---|
public: __property float get_LineWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_LineWidth( float * pVal ); public: HRESULT put_LineWidth( float newVal ); |
[Java] |
---|
public float getLineWidth(); public void setLineWidth( float ); |