Description
Gets or sets the width of the projection's border.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property BorderWidth() As Single
|
[C#] |
---|
public float BorderWidth {get; set;}
|
[Managed C++] |
---|
public: __property float get_BorderWidth(); public: __property void set_BorderWidth(
float
);
|
[Unmanaged C++] |
---|
public: HRESULT get_BorderWidth(
float * pRetVal
);
public: HRESULT put_BorderWidth(
float BorderWidth
);
|
[Java] |
---|
public float getBorderWidth();
public void setBorderWidth(
float
);
|
[Python - STK API] |
---|
@property
def BorderWidth(self) -> float:
@BorderWidth.setter
def BorderWidth(self, BorderWidth:float) -> None:
|
See Also