UIElementExtensions Class

Definition

Provides attached dependency properties for the Windows.UI.Xaml.UIElement

public static class UIElementExtensions
type UIElementExtensions = class
Public Module UIElementExtensions
Inheritance
UIElementExtensions

Fields

ClipToBoundsProperty

Attached Windows.UI.Xaml.DependencyProperty that indicates whether or not the contents of the target Windows.UI.Xaml.UIElement should always be clipped to their parent's bounds.

Attached Properties

ClipToBounds

Methods

CoordinatesFrom(UIElement, UIElement)

Provides the distance in a Point from the passed in element to the element being called on. For instance, calling child.CoordinatesFrom(container) will return the position of the child within the container. Helper for Windows.UI.Xaml.UIElement.TransformToVisual(Windows.UI.Xaml.UIElement).

CoordinatesTo(UIElement, UIElement)

Provides the distance in a Point to the passed in element from the element being called on. For instance, calling container.CoordinatesTo(child) will return the position of the child within the container. Helper for Windows.UI.Xaml.UIElement.TransformToVisual(Windows.UI.Xaml.UIElement).

GetClipToBounds(UIElement)

Gets the value of ClipToBoundsProperty

SetClipToBounds(UIElement, Boolean)

Sets the value of ClipToBoundsProperty

Applies to