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