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