OverlayBorderSize Property |
Gets or sets the size of the overlay's border. By default, this is 0.0 so the border is not displayed.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual int BorderSize { get; set; }
Public Overridable Property BorderSize As Integer
Get
Set
public:
virtual property int BorderSize {
int get ();
void set (int value);
}
abstract BorderSize : int with get, set
override BorderSize : int with get, set
Property Value
Type:
Int32See Also