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