4.324 FrameworkElement

x:Object > DependencyObject > Visual > UIElement > FrameworkElement, IInputElement
FrameworkElement
AccessText AdornedElementPlaceholder ContentPresenter Control Decorator DocumentPageView DocumentReference FixedPage Glyphs GridViewRowPresenterBase Image InkCanvas ItemsPresenter MediaElement Page PageContent Panel Popup Shape TextBlock TickBar ToolBarTray Track Viewport3D
(usage)
<FrameworkElement />
(description)
A base type for elements that provides advanced features, such as styling and advanced layout.
[name property]
Name
[xml lang property]
Language
(properties)
BindingGroup
BindingGroup
(description)
The BindingGroup that is used for the element.
ContextMenu
ContextMenu
(description)
The context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element.
Cursor
Cursor
(description)
The cursor that displays when the mouse pointer is over this element.
DataContext
x:Object
(description)
The data context for an element when it participates in data binding.
FlowDirection
FlowDirection
(description)
The direction that text and other user interface (UI) elements flow within any parent element that controls their layout.
FocusVisualStyle
Style
(description)
A property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus.
ForceCursor
x:Boolean
(description)
A value that indicates whether this FrameworkElement should force the user interface (UI) to render the cursor as declared by the Cursor property.
Height
x:Double
(description)
The suggested height of the element.
[text syntax]
LengthSyntax
HorizontalAlignment
HorizontalAlignment
(description)
The horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control.
InputScope
InputScope
(description)
The context for input used by this FrameworkElement.
Language
XmlLanguage
(description)
Localization/globalization language information that applies to an element.
LayoutTransform
Transform
(description)
A graphics transformation that should apply to this element when layout is performed.
Margin
Thickness
(description)
The outer margin of an element.
MaxHeight
x:Double
(description)
The maximum height constraint of the element.
[text syntax]
LengthSyntax
MaxWidth
x:Double
(description)
The maximum width constraint of the element.
[text syntax]
LengthSyntax
MinHeight
x:Double
(description)
The minimum height constraint of the element.
[text syntax]
LengthSyntax
MinWidth
x:Double
(description)
The minimum width constraint of the element.
[text syntax]
LengthSyntax
Name
x:String
(description)
The identifying name of the element. The name provides a reference so that the element can be referred to after it is constructed during XAML parsing.
OverridesDefaultStyle
x:Boolean
(description)
A value that indicates whether this element incorporates style properties from theme styles.
Resources
ResourceDictionary
(description)
The locally-defined resource dictionary.
Style
Style
(description)
The style used by this element when it is rendered.
Tag
x:Object
(description)
An arbitrary object value that can be used to store custom information about this element.
ToolTip
x:Object
(description)
The tool-tip object that is displayed for this element in the user interface (UI).
Triggers
TriggerCollection
(description)
The collection of triggers established directly on this element, or in child elements.
[read only]
true
UseLayoutRounding
x:Boolean
(description)
A value that indicates whether layout rounding should be applied to this element's size and position during layout.
VerticalAlignment
VerticalAlignment
(description)
The vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control.
Width
x:Double
(description)
The width of the element.
[text syntax]
LengthSyntax
(attachable properties)
FrameworkElement.FlowDirection
FlowDirection
(description)
The direction that text and other user interface (UI) elements flow within any parent element that controls their layout.
[target type]
DependencyObject
(events)
ContextMenuClosing
Occurs just before any context menu on the element is closed.
ContextMenuOpening
Occurs when any context menu on the element is opened.
DataContextChanged
Occurs when the data context for this element changes.
Initialized
Occurs when this FrameworkElement is initialized. This event coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true.
Loaded
Occurs when the element is laid out, rendered, and ready for interaction.
RequestBringIntoView
Occurs when an attempt is made to bring the specified element region into view.
SizeChanged
Occurs when either the ActualHeight or the ActualWidth properties change value on this element.
SourceUpdated
Occurs when the source value changes for any existing property binding on this element.
TargetUpdated
Occurs when the target value changes for any property binding on this element.
ToolTipClosing
Occurs just before any tooltip on the element is closed.
ToolTipOpening
Occurs when any tooltip on the element is opened.
Unloaded
Occurs when the element is removed from within an element tree of loaded elements.