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