ControlsHelper.

GetFocusBorderBrush(DependencyObject) Method

Summary

Gets the brush used to draw the focus border.
Namespace
MahApps.Metro.Controls
Containing Type
ControlsHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(TextBox))]
[AttachedPropertyBrowsableForType(typeof(DatePicker))]
[AttachedPropertyBrowsableForType(typeof(ComboBox))]
[AttachedPropertyBrowsableForType(typeof(ButtonBase))]
public static Brush GetFocusBorderBrush(DependencyObject obj)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject

Return Value

Type Description
Brush