FrameworkElement Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The FrameworkElement type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone ActualHeight Gets the rendered height of a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone ActualWidth Gets the rendered width of a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone AllowDrop Gets or sets a value that determines whether this UIElement can be a drop target for purposes of Silverlight drag-and-drop operations. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone CacheMode Gets or sets a value that indicates that rendered content should be cached when possible. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone Clip Gets or sets the Geometry used to define the outline of the contents of a UIElement. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone Cursor Gets or sets the cursor image that displays while the mouse pointer is over a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone DataContext Gets or sets the data context for a FrameworkElement when it participates in data binding.
Public propertySupported by Silverlight for Windows Phone DesiredSize Gets the size that this UIElement computed during the measure pass of the layout process. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property Effect Gets or sets the pixel shader effect to use for rendering this UIElement. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone FlowDirection Gets or sets the direction that text and other user interface elements flow within any parent element that controls their layout.
Public propertySupported by Silverlight for Windows Phone Height Gets or sets the suggested height of a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone HorizontalAlignment Gets or sets the horizontal alignment characteristics that are applied to a FrameworkElement when it is composed in a layout parent, such as a panel or items control.
Public propertySupported by Silverlight for Windows Phone IsHitTestVisible Gets or sets whether the contained area of this UIElement can return true values for hit testing. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone Language Gets or sets localization/globalization language information that applies to a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone Margin Gets or sets the outer margin of a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone MaxHeight Gets or sets the maximum height constraint of a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone MaxWidth Gets or sets the maximum width constraint of a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone MinHeight Gets or sets the minimum height constraint of a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone MinWidth Gets or sets the minimum width constraint of a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone Name Gets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name.
Public propertySupported by Silverlight for Windows Phone Opacity Gets or sets the degree of the object's opacity. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone OpacityMask Gets or sets the brush used to alter the opacity of regions of this object. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone Parent Gets the parent object of this FrameworkElement in the object tree.
Public propertySupported by Silverlight for Windows Phone Projection Gets or sets the perspective projection (3-D effect) to apply when rendering this UIElement. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone RenderSize Gets the final render size of a UIElement. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone RenderTransform Gets or sets transform information that affects the rendering position of a UIElement. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone RenderTransformOrigin Gets or sets the origin point of any possible render transform declared by RenderTransform, relative to the bounds of the UIElement. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone Resources Gets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax.
Public propertySupported by Silverlight for Windows Phone Style Gets or sets an instance Style that is applied for this object during rendering.
Public propertySupported by Silverlight for Windows Phone Tag Gets or sets an arbitrary object value that can be used to store custom information about this object.
Public propertySupported by Silverlight for Windows Phone Triggers Gets the collection of triggers for animations that are defined for a FrameworkElement.
Public propertySupported by Silverlight for Windows Phone UseLayoutRounding Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone VerticalAlignment Gets or sets the vertical alignment characteristics that are applied to a FrameworkElement when it is composed in a parent object such as a panel or items control.
Public propertySupported by Silverlight for Windows Phone Visibility Gets or sets the visibility of a UIElement. A UIElement that is not visible does not render and does not communicate its desired size to layout. (Inherited from UIElement.)
Public propertySupported by Silverlight for Windows Phone Width Gets or sets the width of a FrameworkElement.

Top