Property used to access the Relative Width.
Read-write property
[Visual Basic .NET] |
---|
Public Property RelativeWidth() As Double |
[C#] |
---|
public double RelativeWidth {get; set;} |
[Managed C++] |
---|
public: __property double get_RelativeWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_RelativeWidth( double * pRetVal ); public: HRESULT put_RelativeWidth( double RelativeWidth ); |
[Java] |
---|
public double getRelativeWidth(); public void setRelativeWidth( double ); |