Description
Gets or sets the size of the overlay's border. By default, this is 0.0 so the border is not displayed.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BorderSize() As Integer
|
| [C#] |
|---|
public int BorderSize {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_BorderSize(); public: __property void set_BorderSize(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BorderSize(
int * pRetVal
);
public: HRESULT put_BorderSize(
int BorderSize
);
|
| [Java] |
|---|
public Integer getBorderSize();
public void setBorderSize(
Integer
);
|
See Also