Gets or sets the column 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 AppearanceColumnBorderThickness { get; set; } |
Visual Basic |
---|
Public Property AppearanceColumnBorderThickness As Thickness
Get
Set |
Visual C++ |
---|
public:
property Thickness AppearanceColumnBorderThickness {
Thickness get ();
void set (Thickness value);
} |
F# |
---|
member AppearanceColumnBorderThickness : Thickness with get, set
|
Property Value
Type:
ThicknessThe column border thickness.
See Also