FrameworkContentElement (Clase)
Ensamblado: PresentationFramework (en presentationframework.dll)
Espacio de nombres XML: http://schemas.microsoft.com/winfx/2006/xaml/presentation
[RuntimeNamePropertyAttribute("Name")] [XmlLangPropertyAttribute("Language")] [StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=typeof(Control))] public class FrameworkContentElement : ContentElement, IFrameworkInputElement, IInputElement, ISupportInitialize
/** @attribute RuntimeNamePropertyAttribute("Name") */
/** @attribute XmlLangPropertyAttribute("Language") */
/** @attribute StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control) */
public class FrameworkContentElement extends ContentElement implements IFrameworkInputElement, IInputElement,
ISupportInitialize
RuntimeNamePropertyAttribute("Name") XmlLangPropertyAttribute("Language") StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control) public class FrameworkContentElement extends ContentElement implements IFrameworkInputElement, IInputElement, ISupportInitialize
<FrameworkContentElement .../>
FrameworkContentElement does not yet define its own rendering behavior; instantiating an actual FrameworkContentElement class instance in code or markup is possible but displays nothing in a WPF application user interface (UI). Rendering logic must be provided by classes that take FrameworkContentElement child elements as part of their content model, or in FrameworkContentElement derived classes.
FrameworkContentElement deliberately parallels many of the same APIs as FrameworkElement. Note that certain APIs found on FrameworkElement will not have a FrameworkContentElement equivalent. Several of the FrameworkElement APIs are for functionality such as geometry representation or layout, which are not relevant for a FrameworkContentElement.
The majority of existing FrameworkContentElement derived classes will be found in the System.Windows.Documents namespace. Many of these derived classes implement elements for the flow document model. Certain derived classes such as Hyperlink have some control-like functionality, but are derived from FrameworkContentElement such that the control-like elements can still participate in the flow document model.
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.ContentElement
System.Windows.FrameworkContentElement
Clases derivadas