Gets or sets the outside border width.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public int OuterBorderWidth { get; set; }
Visual Basic (Declaration)
Public Property OuterBorderWidth As Integer
Visual C++
public:
property int OuterBorderWidth {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::.ArgumentException The specified value is less than 1.

See Also