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