Gets or sets the width of the Projection's border.
Read-write property
[Visual Basic .NET] |
---|
Public Property BorderWidth() As Single |
[C#] |
---|
public float BorderWidth {get; set;} |
[Managed C++] |
---|
public: __property float get_BorderWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_BorderWidth( float * pRetVal ); public: HRESULT put_BorderWidth( float BorderWidth ); |
[Java] |
---|
public float getBorderWidth(); public void setBorderWidth( float ); |