Gets or sets the header column panel border brush.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Brush AppearanceHeaderColumnPanelBorder { get; set; } |
Visual Basic |
---|
Public Property AppearanceHeaderColumnPanelBorder As Brush
Get
Set |
Visual C++ |
---|
public:
property Brush^ AppearanceHeaderColumnPanelBorder {
Brush^ get ();
void set (Brush^ value);
} |
F# |
---|
member AppearanceHeaderColumnPanelBorder : Brush with get, set
|
Property Value
Type:
BrushThe header column panel border brush.
See Also