Gets or sets the focus border thickness.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Thickness AppearanceFocusBorderThickness { get; set; } |
Visual Basic |
---|
Public Property AppearanceFocusBorderThickness As Thickness
Get
Set |
Visual C++ |
---|
public:
property Thickness AppearanceFocusBorderThickness {
Thickness get ();
void set (Thickness value);
} |
F# |
---|
member AppearanceFocusBorderThickness : Thickness with get, set
|
Property Value
Type:
ThicknessThe focus border thickness.
See Also