Gets the array width
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Width() As Double
|
| [C#] |
|---|
public double Width {get;}
|
| [Managed C++] |
|---|
public: __property double get_Width();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Width(
|
| [Java] |
|---|
public double getWidth();
|