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