Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control, IInputElement
Calendar CalendarItem ContentControl DataGridRow DatePicker DocumentViewerBase FlowDocumentReader FlowDocumentScrollViewer ItemsControl PasswordBox RangeBase ResizeGrip Separator TextBoxBase Thumb |
|
(usage) |
<Control /> |
(description) |
Represents the base type for user interface (UI) elements that use a ControlTemplate to define their appearance. |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
Background |
|
(description) |
A brush that describes the background of a control. |
BorderBrush |
|
(description) |
A brush that describes the border background of a control. |
BorderThickness |
|
(description) |
The border thickness of a control. |
FontFamily |
|
(description) |
The font family of the control. |
FontSize |
|
(description) |
The font size. |
[text syntax] |
|
FontStretch |
|
(description) |
The degree to which a font is condensed or expanded on the screen. |
FontStyle |
|
(description) |
The font style. |
FontWeight |
|
(description) |
The weight or thickness of the specified font. |
Foreground |
|
(description) |
A brush that describes the foreground color. |
HorizontalContentAlignment |
|
(description) |
The horizontal alignment of the control's content. |
IsTabStop |
|
(description) |
A value that indicates whether a control is included in tab navigation. |
Padding |
|
(description) |
The padding inside a control. |
TabIndex |
|
(description) |
A value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. |
Template |
|
(description) |
A control template. |
VerticalContentAlignment |
|
(description) |
The vertical alignment of the control's content. |
(events) |
|
MouseDoubleClick |
Occurs when a mouse button is clicked two or more times. |
PreviewMouseDoubleClick |
Occurs when a user clicks the mouse button two or more times. |