Gets or sets the width of the data display background. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property BgWidth() As Integer |
[C#] |
---|
public int BgWidth {get; set;} |
[Managed C++] |
---|
public: __property int get_BgWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_BgWidth( long * pVal ); public: HRESULT put_BgWidth( long BgWidth ); |
[Java] |
---|
public int getBgWidth(); public void setBgWidth( int ); |