Gets or sets the brush used to draw the border of selector buttons.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush ButtonBorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ButtonBorderBrush As Brush |
An instance of the Brush class.
See Also