Summary
Sets the brush used to draw the focus border.
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(TextBox))]
[AttachedPropertyBrowsableForType(typeof(DatePicker))]
[AttachedPropertyBrowsableForType(typeof(ComboBox))]
[AttachedPropertyBrowsableForType(typeof(ButtonBase))]
public static void SetFocusBorderBrush(DependencyObject obj, Brush value)
Attributes
| Type |
Description |
| Category |
|
| AttachedPropertyBrowsableForType |
|
| AttachedPropertyBrowsableForType |
|
| AttachedPropertyBrowsableForType |
|
| AttachedPropertyBrowsableForType |
|
Parameters
| Name |
Type |
Description |
| obj |
DependencyObject |
|
| value |
Brush |
|
Return Value