Summary
A helper class that provides various controls.
- Namespace
- MahApps
.Metro .Controls - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ControlsHelper"]
class Type type-node
Syntax
public static class ControlsHelper
Fields
Name | Constant Value | Summary |
---|---|---|
Content |
The DependencyProperty for the CharacterCasing property.
Controls whether or not content is converted to upper or lower case
static
|
|
CornerRadiusProperty |
DependencyProperty for
CornerRadius property.
static
|
|
Disabled |
static
|
|
Focus |
static
|
|
Focus |
static
|
|
IsReadOnlyProperty |
Gets or sets a value indicating whether the child contents of the control are not editable.
static
|
|
Mouse |
static
|
|
Recognizes |
static
|
Methods
Name | Value | Summary |
---|---|---|
Get |
CharacterCasing |
Gets the character casing of the control
static
|
GetCornerRadius |
CornerRadius |
The CornerRadius property allows users to control the roundness of the button corners independently by
setting a radius value for each corner. Radius values that are too large are scaled so that they
smoothly blend from corner to corner. (Can be used e.g. at MetroButton style)
Description taken from original Microsoft description :-D
static
|
Get |
Visibility |
Gets the value to handle the visibility of the DisabledVisualElement in the template.
static
|
GetFocusBorderBrush |
Brush |
Gets the brush used to draw the focus border.
static
|
Get |
Thickness |
Gets the brush used to draw the focus border.
static
|
GetIsReadOnly |
bool |
Gets a value indicating whether the child contents of the control are not editable.
static
|
Get |
Brush |
Gets the brush used to draw the mouse over brush.
static
|
Get |
bool |
Gets the value if the inner ContentPresenter use AccessText in its style.
static
|
Set |
void |
Sets the character casing of the control
static
|
SetCornerRadius |
void |
static
|
Set |
void |
Sets the value to handle the visibility of the DisabledVisualElement in the template.
static
|
SetFocusBorderBrush |
void |
Sets the brush used to draw the focus border.
static
|
Set |
void |
Sets the brush used to draw the focus border.
static
|
SetIsReadOnly |
void |
Sets a value indicating whether the child contents of the control are not editable.
static
|
Set |
void |
Sets the brush used to draw the mouse over brush.
static
|
Set |
void |
Sets the value if the inner ContentPresenter should use AccessText in its style.
static
|