The width of the line.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Width() As Double
|
| [C#] |
|---|
public double Width {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Width();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Width(
|
| [Java] |
|---|
public double getWidth();public void setWidth(
|