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