Gets or sets the header column panel border thickness.
Namespace: Dapfor.Wpf.ControlsAssembly: 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:
ThicknessThe header column panel border thickness.
See Also