Description
Gets or sets the line width, in pixels.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Width() As Single
|
[C#] |
---|
public float Width {get; set;}
|
[Managed C++] |
---|
public: __property float get_Width(); public: __property void set_Width(
float
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Width(
float * pRetVal
);
public: HRESULT put_Width(
float Width
);
|
[Java] |
---|
public float getWidth();
public void setWidth(
float
);
|
[Python - STK API] |
---|
@property
def Width(self) -> float:
@Width.setter
def Width(self, Width:float) -> None:
|
Remarks
See Also