Gets or sets the row selector 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 AppearanceRowSelectorBorderThickness { get; set; }
Visual Basic
Public Property AppearanceRowSelectorBorderThickness As Thickness
	Get
	Set
Visual C++
public:
property Thickness AppearanceRowSelectorBorderThickness {
	Thickness get ();
	void set (Thickness value);
}
F#
member AppearanceRowSelectorBorderThickness : Thickness with get, set

Property Value

Type: Thickness
The row selector border thickness.

See Also