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