Description
The width of the data display background. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BgWidth() As Integer
|
| [C#] |
|---|
public int BgWidth {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_BgWidth(); public: __property void set_BgWidth(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BgWidth(
long * pVal
);
public: HRESULT put_BgWidth(
long BgWidth
);
|
| [Java] |
|---|
public int getBgWidth();
public void setBgWidth(
int
);
|
| [Python - STK API] |
|---|
@property
def BgWidth(self) -> int:
@BgWidth.setter
def BgWidth(self, BgWidth:int) -> None:
|
See Also