UIElementExtensions Class

Definition

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

public static class UIElementExtensions
type UIElementExtensions = class
Public Class 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

GetClipToBounds(UIElement)

Gets the value of ClipToBoundsProperty

SetClipToBounds(UIElement, Boolean)

Sets the value of ClipToBoundsProperty

Applies to