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