ControlsHelper.

SetFocusBorderThickness(DependencyObject, Thickness) Method

Summary

Sets 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 void SetFocusBorderThickness(DependencyObject obj, Thickness value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value Thickness

Return Value

Type Description
void