Gets or sets the lasso border thickness.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Thickness AppearanceLassoBorderThickness { get; set; }
Visual Basic
Public Property AppearanceLassoBorderThickness As Thickness
	Get
	Set
Visual C++
public:
property Thickness AppearanceLassoBorderThickness {
	Thickness get ();
	void set (Thickness value);
}
F#
member AppearanceLassoBorderThickness : Thickness with get, set

Property Value

Type: Thickness
The lasso border thickness.

See Also