UIElement Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The UIElement type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowDrop | Gets or sets a value that determines whether this UIElement can be a drop target for purposes of drag-and-drop operations. |
|
CacheMode | Gets or sets a value that indicates that rendered content should be cached when possible. |
|
Clip | Gets or sets the Geometry used to define the outline of the contents of a UIElement. |
|
DesiredSize | Gets the size that this UIElement computed during the measure pass of the layout process. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
IsHitTestVisible | Gets or sets whether the contained area of this UIElement can return true values for hit testing. |
|
Opacity | Gets or sets the degree of the object's opacity. |
|
OpacityMask | Gets or sets the brush used to alter the opacity of regions of this object. |
|
Projection | Gets or sets the perspective projection (3-D effect) to apply when rendering this UIElement. |
|
RenderSize | Gets the final render size of a UIElement. |
|
RenderTransform | Gets or sets transform information that affects the rendering position of a UIElement. |
|
RenderTransformOrigin | Gets or sets the origin point of any possible render transform declared by RenderTransform, relative to the bounds of the UIElement. |
|
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. |
|
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. |
Show: