Gets or sets the text Brush of the drop-down button. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush DropDownButtonTextBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DropDownButtonTextBrush As Brush |
A WPF Brush object.
See Also