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

Property Value

Type: Thickness
The header column panel border thickness.

See Also