The dimension of the control. Set by STK.
Read-write property
[Visual Basic .NET] |
---|
Public Property Dimension() As String |
[C#] |
---|
public string Dimension {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Dimension(); |
[Unmanaged C++] |
---|
public: HRESULT get_Dimension( BSTR * pDimension ); public: HRESULT put_Dimension( BSTR Dimension ); |
[Java] |
---|
public String getDimension(); public void setDimension( String ); |