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