Property used to access the width dimension of a box shape.
Read-write property
[Visual Basic .NET] |
---|
Public Property Width() As Double |
[C#] |
---|
public double Width {get; set;} |
[Managed C++] |
---|
public: __property double get_Width(); |
[Unmanaged C++] |
---|
public: HRESULT get_Width( double * pRetVal ); public: HRESULT put_Width( double Width ); |
[Java] |
---|
public double getWidth(); public void setWidth( double ); |