This example creates the command bar shown in Remarks.
The app bar button controls are characterized by an icon and associated label. They have two sizes; normal and compact. By default, the text label is shown. When the IsCompact property is set to true, the text label is hidden. When used in a CommandBar control, the CommandBar sets the IsCompact property automatically as the control is opened and closed.
If a text label for an app bar button is too long to fit on one line it will wrap to another line, increasing the overall height of the bar when it’s opened. You can include a soft-hyphen character (0x00AD) in the text for a label to hint at the character boundary where a word break should occur. In XAML, you express this using an escape sequence, like this:
When the label wraps at the hinted location, it looks like this.
When open, the primary command buttons are shown with text labels and the overflow menu is open if secondary commands are present. The default overflow menu is styled to be distinct from the bar. You can adjust the styling by setting the CommandBarOverflowPresenterStyle property to a Style that targets the CommandBarOverflowPresenter.
Starting in Windows 10, version 1607 (Windows Software Development Kit (SDK) version 10.0.14393.0), generic.xaml includes resources that you can use to modify the colors of a control in different visual states without modifying the control template. In apps that target this software development kit (SDK) or later, modifying these resources is preferred to setting properties such as Background and Foreground. For more info, see the Light-weight styling section of the Styling controls article.
AccessKey
AccessKey
AccessKey
AccessKey
|
Gets or sets the access key (mnemonic) for this element.
(Inherited from UIElement)
|
AccessKeyProperty
AccessKeyProperty
AccessKeyProperty
AccessKeyProperty
|
Identifies for the AccessKey dependency property.
(Inherited from UIElement)
|
AccessKeyScopeOwner
AccessKeyScopeOwner
AccessKeyScopeOwner
AccessKeyScopeOwner
|
Gets or sets a source element that provides the access key scope for this element, even if it's not in the visual tree of the source element.
(Inherited from UIElement)
|
AccessKeyScopeOwnerProperty
AccessKeyScopeOwnerProperty
AccessKeyScopeOwnerProperty
AccessKeyScopeOwnerProperty
|
Identifies for the AccessKeyScopeOwner dependency property.
(Inherited from UIElement)
|
ActualHeight
ActualHeight
ActualHeight
ActualHeight
|
Gets the rendered height of a FrameworkElement. See Remarks.
(Inherited from FrameworkElement)
|
ActualHeightProperty
ActualHeightProperty
ActualHeightProperty
ActualHeightProperty
|
Identifies the ActualHeight dependency property. See Remarks.
(Inherited from FrameworkElement)
|
ActualTheme
ActualTheme
ActualTheme
ActualTheme
|
Gets the UI theme that is currently used by the element, which might be different than the RequestedTheme.
(Inherited from FrameworkElement)
|
ActualThemeProperty
ActualThemeProperty
ActualThemeProperty
ActualThemeProperty
|
Identifies the ActualTheme dependency property.
(Inherited from FrameworkElement)
|
ActualWidth
ActualWidth
ActualWidth
ActualWidth
|
Gets the rendered width of a FrameworkElement. See Remarks.
(Inherited from FrameworkElement)
|
ActualWidthProperty
ActualWidthProperty
ActualWidthProperty
ActualWidthProperty
|
Identifies the ActualWidth dependency property. See Remarks.
(Inherited from FrameworkElement)
|
AllowDrop
AllowDrop
AllowDrop
AllowDrop
|
Gets or sets a value that determines whether this UIElement can be a drop target for purposes of drag-and-drop operations.
(Inherited from UIElement)
|
AllowDropProperty
AllowDropProperty
AllowDropProperty
AllowDropProperty
|
Identifies the AllowDrop dependency property.
(Inherited from UIElement)
|
AllowFocusOnInteraction
AllowFocusOnInteraction
AllowFocusOnInteraction
AllowFocusOnInteraction
|
Gets or sets a value that indicates whether the element automatically gets focus when the user interacts with it.
(Inherited from FrameworkElement)
|
AllowFocusOnInteractionProperty
AllowFocusOnInteractionProperty
AllowFocusOnInteractionProperty
AllowFocusOnInteractionProperty
|
Identifies for the AllowFocusOnInteraction dependency property.
(Inherited from FrameworkElement)
|
AllowFocusWhenDisabled
AllowFocusWhenDisabled
AllowFocusWhenDisabled
AllowFocusWhenDisabled
|
Gets or sets whether a disabled control can receive focus.
(Inherited from FrameworkElement)
|
AllowFocusWhenDisabledProperty
AllowFocusWhenDisabledProperty
AllowFocusWhenDisabledProperty
AllowFocusWhenDisabledProperty
|
Identifies the AllowFocusWhenDisabled dependency property.
(Inherited from FrameworkElement)
|
Background
Background
Background
Background
|
Gets or sets a brush that provides the background of the control.
(Inherited from Control)
|
BackgroundProperty
BackgroundProperty
BackgroundProperty
BackgroundProperty
|
Identifies the Background dependency property.
(Inherited from Control)
|
BaseUri
BaseUri
BaseUri
BaseUri
|
Gets a Uniform Resource Identifier (URI) that represents the base Uniform Resource Identifier (URI) for an XAML-constructed object at XAML load time. This property is useful for Uniform Resource Identifier (URI) resolution at run time.
(Inherited from FrameworkElement)
|
BorderBrush
BorderBrush
BorderBrush
BorderBrush
|
Gets or sets a brush that describes the border fill of a control.
(Inherited from Control)
|
BorderBrushProperty
BorderBrushProperty
BorderBrushProperty
BorderBrushProperty
|
Identifies the BorderBrush dependency property.
(Inherited from Control)
|
BorderThickness
BorderThickness
BorderThickness
BorderThickness
|
Gets or sets the border thickness of a control.
(Inherited from Control)
|
BorderThicknessProperty
BorderThicknessProperty
BorderThicknessProperty
BorderThicknessProperty
|
Identifies the BorderThickness dependency property.
(Inherited from Control)
|
BringIntoViewRequestedEvent
BringIntoViewRequestedEvent
BringIntoViewRequestedEvent
BringIntoViewRequestedEvent
|
Prerelease. Gets the identifier for the BringIntoViewRequested routed event.
(Inherited from UIElement)
|
CacheMode
CacheMode
CacheMode
CacheMode
|
Gets or sets a value that indicates that rendered content should be cached as a composited bitmap when possible.
(Inherited from UIElement)
|
CacheModeProperty
CacheModeProperty
CacheModeProperty
CacheModeProperty
|
Identifies the CacheMode dependency property.
(Inherited from UIElement)
|
CanDrag
CanDrag
CanDrag
CanDrag
|
Gets or sets a value that indicates whether the element can be dragged as data in a drag-and-drop operation.
(Inherited from UIElement)
|
CanDragProperty
CanDragProperty
CanDragProperty
CanDragProperty
|
Identifies the CanDrag dependency property.
(Inherited from UIElement)
|
CharacterReceivedEvent
CharacterReceivedEvent
CharacterReceivedEvent
CharacterReceivedEvent
|
Gets the identifier for the CharacterReceived routed event.
(Inherited from UIElement)
|
CharacterSpacing
CharacterSpacing
CharacterSpacing
CharacterSpacing
|
Gets or sets the uniform spacing between characters, in units of 1/1000 of an em.
(Inherited from Control)
|
CharacterSpacingProperty
CharacterSpacingProperty
CharacterSpacingProperty
CharacterSpacingProperty
|
Identifies the CharacterSpacing dependency property.
(Inherited from Control)
|
Clip
Clip
Clip
Clip
|
Gets or sets the RectangleGeometry used to define the outline of the contents of a UIElement.
(Inherited from UIElement)
|
ClipProperty
ClipProperty
ClipProperty
ClipProperty
|
Identifies the Clip dependency property.
(Inherited from UIElement)
|
ClosedDisplayMode
ClosedDisplayMode
ClosedDisplayMode
ClosedDisplayMode
|
Gets or sets a value that indicates whether icon buttons are displayed when the app bar is not completely open.
(Inherited from AppBar)
|
ClosedDisplayModeProperty
ClosedDisplayModeProperty
ClosedDisplayModeProperty
ClosedDisplayModeProperty
|
Identifies the ClosedDisplayMode dependency property.
(Inherited from AppBar)
|
CommandBarOverflowPresenterStyle
CommandBarOverflowPresenterStyle
CommandBarOverflowPresenterStyle
CommandBarOverflowPresenterStyle
|
Gets or sets the Style applied to the overflow content of the CommandBar.
|
CommandBarOverflowPresenterStyleProperty
CommandBarOverflowPresenterStyleProperty
CommandBarOverflowPresenterStyleProperty
CommandBarOverflowPresenterStyleProperty
|
Identifies the CommandBarOverflowPresenterStyle dependency property.
|
CommandBarTemplateSettings
CommandBarTemplateSettings
CommandBarTemplateSettings
CommandBarTemplateSettings
|
Gets an object that provides calculated values that can be referenced as {TemplateBinding} markup extension sources when defining templates for a CommandBar control.
|
CompositeMode
CompositeMode
CompositeMode
CompositeMode
|
Gets or sets a property that declares alternate composition and blending modes for the element in its parent layout and window. This is relevant for elements that are involved in a mixed XAML / Microsoft DirectX UI.
(Inherited from UIElement)
|
CompositeModeProperty
CompositeModeProperty
CompositeModeProperty
CompositeModeProperty
|
Identifies the CompositeMode dependency property.
(Inherited from UIElement)
|
Content
Content
Content
Content
|
Gets or sets the content of a ContentControl.
(Inherited from Windows.UI.Xaml.ControlsControl.Content)
|
ContentProperty
ContentProperty
ContentProperty
ContentProperty
|
Identifies the Content dependency property.
(Inherited from ContentControl)
|
ContentTemplate
ContentTemplate
ContentTemplate
ContentTemplate
|
Gets or sets the data template that is used to display the content of the ContentControl.
(Inherited from ContentControl)
|
ContentTemplateProperty
ContentTemplateProperty
ContentTemplateProperty
ContentTemplateProperty
|
Identifies the ContentTemplate dependency property
(Inherited from ContentControl)
|
ContentTemplateRoot
ContentTemplateRoot
ContentTemplateRoot
ContentTemplateRoot
|
Gets the root element of the data template specified by the ContentTemplate property.
(Inherited from ContentControl)
|
ContentTemplateSelector
ContentTemplateSelector
ContentTemplateSelector
ContentTemplateSelector
|
Gets or sets a selection object that changes the DataTemplate to apply for content, based on processing information about the content item or its container at run time.
(Inherited from ContentControl)
|
ContentTemplateSelectorProperty
ContentTemplateSelectorProperty
ContentTemplateSelectorProperty
ContentTemplateSelectorProperty
|
Identifies the ContentTemplateSelector dependency property.
(Inherited from ContentControl)
|
ContentTransitions
ContentTransitions
ContentTransitions
ContentTransitions
|
Gets or sets the collection of Transition style elements that apply to the content of a ContentControl.
(Inherited from ContentControl)
|
ContentTransitionsProperty
ContentTransitionsProperty
ContentTransitionsProperty
ContentTransitionsProperty
|
Identifies the ContentTransitions dependency property.
(Inherited from ContentControl)
|
ContextFlyout
ContextFlyout
ContextFlyout
ContextFlyout
|
Gets or sets the flyout associated with this element.
(Inherited from UIElement)
|
ContextFlyoutProperty
ContextFlyoutProperty
ContextFlyoutProperty
ContextFlyoutProperty
|
Identifies for the ContextFlyout dependency property.
(Inherited from UIElement)
|
ContextRequestedEvent
ContextRequestedEvent
ContextRequestedEvent
ContextRequestedEvent
|
Prerelease. Gets the identifier for the ContextRequested routed event.
(Inherited from UIElement)
|
DataContext
DataContext
DataContext
DataContext
|
Gets or sets the data context for a FrameworkElement when it participates in data binding.
(Inherited from FrameworkElement)
|
DataContextProperty
DataContextProperty
DataContextProperty
DataContextProperty
|
Identifies the DataContext dependency property.
(Inherited from FrameworkElement)
|
DefaultLabelPosition
DefaultLabelPosition
DefaultLabelPosition
DefaultLabelPosition
|
Gets or sets a value that indicates the placement and visibility of the labels on the command bar's buttons.
|
DefaultLabelPositionProperty
DefaultLabelPositionProperty
DefaultLabelPositionProperty
DefaultLabelPositionProperty
|
Identifies the DefaultLabelPosition dependency property.
|
DefaultStyleKey
DefaultStyleKey
DefaultStyleKey
DefaultStyleKey
|
Gets or sets the key that references the default style for the control. Authors of custom controls use this property to change the default for the style that their control uses.
(Inherited from Control)
|
DefaultStyleKeyProperty
DefaultStyleKeyProperty
DefaultStyleKeyProperty
DefaultStyleKeyProperty
|
Identifies the DefaultStyleKey dependency property.
(Inherited from Control)
|
DefaultStyleResourceUri
DefaultStyleResourceUri
DefaultStyleResourceUri
DefaultStyleResourceUri
|
Gets or sets the path to the resource file that contains the default style for the control.
(Inherited from Control)
|
DefaultStyleResourceUriProperty
DefaultStyleResourceUriProperty
DefaultStyleResourceUriProperty
DefaultStyleResourceUriProperty
|
Identifies the DefaultStyleResourceUri dependency property.
(Inherited from Control)
|
DesiredSize
DesiredSize
DesiredSize
DesiredSize
|
Gets the size that this UIElement computed during the measure pass of the layout process.
(Inherited from UIElement)
|
Dispatcher
Dispatcher
Dispatcher
Dispatcher
|
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread.
(Inherited from DependencyObject)
|
DoubleTappedEvent
DoubleTappedEvent
DoubleTappedEvent
DoubleTappedEvent
|
Gets the identifier for the DoubleTapped routed event.
(Inherited from UIElement)
|
DragEnterEvent
DragEnterEvent
DragEnterEvent
DragEnterEvent
|
Gets the identifier for the DragEnter routed event.
(Inherited from UIElement)
|
DragLeaveEvent
DragLeaveEvent
DragLeaveEvent
DragLeaveEvent
|
Gets the identifier for the DragLeave routed event.
(Inherited from UIElement)
|
DragOverEvent
DragOverEvent
DragOverEvent
DragOverEvent
|
Gets the identifier for the DragOver routed event.
(Inherited from UIElement)
|
DropEvent
DropEvent
DropEvent
DropEvent
|
Gets the identifier for the Drop routed event.
(Inherited from UIElement)
|
ElementSoundMode
ElementSoundMode
ElementSoundMode
ElementSoundMode
|
Get or sets a value that specifies a control's preference for whether sounds are played.
(Inherited from Control)
|
ElementSoundModeProperty
ElementSoundModeProperty
ElementSoundModeProperty
ElementSoundModeProperty
|
Identifies the ElementSoundMode dependency property.
(Inherited from Control)
|
ExitDisplayModeOnAccessKeyInvoked
ExitDisplayModeOnAccessKeyInvoked
ExitDisplayModeOnAccessKeyInvoked
ExitDisplayModeOnAccessKeyInvoked
|
Gets or sets a value that specifies whether the access key display is dismissed when an access key is invoked.
(Inherited from UIElement)
|
ExitDisplayModeOnAccessKeyInvokedProperty
ExitDisplayModeOnAccessKeyInvokedProperty
ExitDisplayModeOnAccessKeyInvokedProperty
ExitDisplayModeOnAccessKeyInvokedProperty
|
Identifies the ExitDisplayModeOnAccessKeyInvoked dependency property.
(Inherited from UIElement)
|
FlowDirection
FlowDirection
FlowDirection
FlowDirection
|
Gets or sets the direction in which text and other UI elements flow within any parent element that controls their layout. This property can be set to either LeftToRight or RightToLeft. Setting FlowDirection to RightToLeft on any element sets the alignment to the right, the reading order to right-to-left and the layout of the control to flow from right to left.
(Inherited from FrameworkElement)
|
FlowDirectionProperty
FlowDirectionProperty
FlowDirectionProperty
FlowDirectionProperty
|
Identifies the FlowDirection dependency property.
(Inherited from FrameworkElement)
|
FocusState
FocusState
FocusState
FocusState
|
Gets a value that specifies whether this control has focus, and the mode by which focus was obtained.
(Inherited from Control)
|
FocusStateProperty
FocusStateProperty
FocusStateProperty
FocusStateProperty
|
Identifies the FocusState dependency property.
(Inherited from Control)
|
FocusVisualMargin
FocusVisualMargin
FocusVisualMargin
FocusVisualMargin
|
Gets or sets the outer margin of the focus visual for a FrameworkElement.
(Inherited from FrameworkElement)
|
FocusVisualMarginProperty
FocusVisualMarginProperty
FocusVisualMarginProperty
FocusVisualMarginProperty
|
Identifies the FocusVisualMargin dependency property.
(Inherited from FrameworkElement)
|
FocusVisualPrimaryBrush
FocusVisualPrimaryBrush
FocusVisualPrimaryBrush
FocusVisualPrimaryBrush
|
Gets or sets the brush used to draw the outer border of a HighVisibility focus visual for a FrameworkElement.
(Inherited from FrameworkElement)
|
FocusVisualPrimaryBrushProperty
FocusVisualPrimaryBrushProperty
FocusVisualPrimaryBrushProperty
FocusVisualPrimaryBrushProperty
|
Identifies the FocusVisualPrimaryBrush dependency property.
(Inherited from FrameworkElement)
|
FocusVisualPrimaryThickness
FocusVisualPrimaryThickness
FocusVisualPrimaryThickness
FocusVisualPrimaryThickness
|
Gets or sets the thickness of the outer border of a HighVisibility focus visual for a FrameworkElement.
(Inherited from FrameworkElement)
|
FocusVisualPrimaryThicknessProperty
FocusVisualPrimaryThicknessProperty
FocusVisualPrimaryThicknessProperty
FocusVisualPrimaryThicknessProperty
|
Identifies the FocusVisualPrimaryThickness dependency property.
(Inherited from FrameworkElement)
|
FocusVisualSecondaryBrush
FocusVisualSecondaryBrush
FocusVisualSecondaryBrush
FocusVisualSecondaryBrush
|
Gets or sets the brush used to draw the inner border of a HighVisibility focus visual for a FrameworkElement.
(Inherited from FrameworkElement)
|
FocusVisualSecondaryBrushProperty
FocusVisualSecondaryBrushProperty
FocusVisualSecondaryBrushProperty
FocusVisualSecondaryBrushProperty
|
Identifies the FocusVisualSecondaryBrush dependency property.
(Inherited from FrameworkElement)
|
FocusVisualSecondaryThickness
FocusVisualSecondaryThickness
FocusVisualSecondaryThickness
FocusVisualSecondaryThickness
|
Gets or sets the thickness of the inner border of a HighVisibility focus visual for a FrameworkElement.
(Inherited from FrameworkElement)
|
FocusVisualSecondaryThicknessProperty
FocusVisualSecondaryThicknessProperty
FocusVisualSecondaryThicknessProperty
FocusVisualSecondaryThicknessProperty
|
Identifies the FocusVisualSecondaryThickness dependency property.
(Inherited from FrameworkElement)
|
FontFamily
FontFamily
FontFamily
FontFamily
|
Gets or sets the font used to display text in the control.
(Inherited from Control)
|
FontFamilyProperty
FontFamilyProperty
FontFamilyProperty
FontFamilyProperty
|
Identifies the FontFamily dependency property.
(Inherited from Control)
|
FontSize
FontSize
FontSize
FontSize
|
Gets or sets the size of the text in this control.
(Inherited from Control)
|
FontSizeProperty
FontSizeProperty
FontSizeProperty
FontSizeProperty
|
Identifies the FontSize dependency property.
(Inherited from Control)
|
FontStretch
FontStretch
FontStretch
FontStretch
|
Gets or sets the degree to which a font is condensed or expanded on the screen.
(Inherited from Control)
|
FontStretchProperty
FontStretchProperty
FontStretchProperty
FontStretchProperty
|
Identifies the FontStretch dependency property.
(Inherited from Control)
|
FontStyle
FontStyle
FontStyle
FontStyle
|
Gets or sets the style in which the text is rendered.
(Inherited from Control)
|
FontStyleProperty
FontStyleProperty
FontStyleProperty
FontStyleProperty
|
Identifies the FontStyle dependency property.
(Inherited from Control)
|
FontWeight
FontWeight
FontWeight
FontWeight
|
Gets or sets the thickness of the specified font.
(Inherited from Control)
|
FontWeightProperty
FontWeightProperty
FontWeightProperty
FontWeightProperty
|
Identifies the FontWeight dependency property.
(Inherited from Control)
|
Foreground
Foreground
Foreground
Foreground
|
Gets or sets a brush that describes the foreground color.
(Inherited from Control)
|
ForegroundProperty
ForegroundProperty
ForegroundProperty
ForegroundProperty
|
Identifies the Foreground dependency property.
(Inherited from Control)
|
GettingFocusEvent
GettingFocusEvent
GettingFocusEvent
GettingFocusEvent
|
Gets the identifier for the GettingFocus routed event.
(Inherited from UIElement)
|
Height
Height
Height
Height
|
Gets or sets the suggested height of a FrameworkElement.
(Inherited from FrameworkElement)
|
HeightProperty
HeightProperty
HeightProperty
HeightProperty
|
Identifies the Height dependency property.
(Inherited from FrameworkElement)
|
HighContrastAdjustment
HighContrastAdjustment
HighContrastAdjustment
HighContrastAdjustment
|
Gets or sets a value that indicates whether the framework automatically adjusts the element's visual properties when high contrast themes are enabled.
(Inherited from UIElement)
|
HighContrastAdjustmentProperty
HighContrastAdjustmentProperty
HighContrastAdjustmentProperty
HighContrastAdjustmentProperty
|
Identifies the HighContrastAdjustment dependency property.
(Inherited from UIElement)
|
HoldingEvent
HoldingEvent
HoldingEvent
HoldingEvent
|
Gets the identifier for the Holding routed event.
(Inherited from UIElement)
|
HorizontalAlignment
HorizontalAlignment
HorizontalAlignment
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.
(Inherited from FrameworkElement)
|
HorizontalAlignmentProperty
HorizontalAlignmentProperty
HorizontalAlignmentProperty
HorizontalAlignmentProperty
|
Identifies the HorizontalAlignment dependency property.
(Inherited from FrameworkElement)
|
HorizontalContentAlignment
HorizontalContentAlignment
HorizontalContentAlignment
HorizontalContentAlignment
|
Gets or sets the horizontal alignment of the control's content.
(Inherited from Control)
|
HorizontalContentAlignmentProperty
HorizontalContentAlignmentProperty
HorizontalContentAlignmentProperty
HorizontalContentAlignmentProperty
|
Identifies the HorizontalContentAlignment dependency property.
(Inherited from Control)
|
IsAccessKeyScope
IsAccessKeyScope
IsAccessKeyScope
IsAccessKeyScope
|
Gets or sets a value that indicates whether an element defines its own access key scope.
(Inherited from UIElement)
|
IsAccessKeyScopeProperty
IsAccessKeyScopeProperty
IsAccessKeyScopeProperty
IsAccessKeyScopeProperty
|
Identifies for the IsAccessKeyScope dependency property.
(Inherited from UIElement)
|
IsDoubleTapEnabled
IsDoubleTapEnabled
IsDoubleTapEnabled
IsDoubleTapEnabled
|
Gets or sets a value that determines whether the DoubleTapped event can originate from that element.
(Inherited from UIElement)
|
IsDoubleTapEnabledProperty
IsDoubleTapEnabledProperty
IsDoubleTapEnabledProperty
IsDoubleTapEnabledProperty
|
Identifies the IsDoubleTapEnabled dependency property.
(Inherited from UIElement)
|
IsDynamicOverflowEnabled
IsDynamicOverflowEnabled
IsDynamicOverflowEnabled
IsDynamicOverflowEnabled
|
Gets or sets a value that indicates whether primary commands automatically move to the overflow menu when space is limited.
|
IsDynamicOverflowEnabledProperty
IsDynamicOverflowEnabledProperty
IsDynamicOverflowEnabledProperty
IsDynamicOverflowEnabledProperty
|
Identifies the IsDynamicOverflowEnabled dependency property.
|
IsEnabled
IsEnabled
IsEnabled
IsEnabled
|
Gets or sets a value indicating whether the user can interact with the control.
(Inherited from Control)
|
IsEnabledProperty
IsEnabledProperty
IsEnabledProperty
IsEnabledProperty
|
Identifies the IsEnabled dependency property.
(Inherited from Control)
|
IsFocusEngaged
IsFocusEngaged
IsFocusEngaged
IsFocusEngaged
|
Get or sets a value that indicates whether focus is constrained within the control boundaries (for game pad/remote interaction).
(Inherited from Control)
|
IsFocusEngagedProperty
IsFocusEngagedProperty
IsFocusEngagedProperty
IsFocusEngagedProperty
|
Identifies the IsFocusEngaged dependency property.
(Inherited from Control)
|
IsFocusEngagementEnabled
IsFocusEngagementEnabled
IsFocusEngagementEnabled
IsFocusEngagementEnabled
|
Get or sets a value that indicates whether focus can be constrained within the control boundaries (for game pad/remote interaction).
(Inherited from Control)
|
IsFocusEngagementEnabledProperty
IsFocusEngagementEnabledProperty
IsFocusEngagementEnabledProperty
IsFocusEngagementEnabledProperty
|
Identifies the IsFocusEngagementEnabled dependency property.
(Inherited from Control)
|
IsHitTestVisible
IsHitTestVisible
IsHitTestVisible
IsHitTestVisible
|
Gets or sets whether the contained area of this UIElement can return true values for hit testing.
(Inherited from UIElement)
|
IsHitTestVisibleProperty
IsHitTestVisibleProperty
IsHitTestVisibleProperty
IsHitTestVisibleProperty
|
Identifies the IsHitTestVisible dependency property.
(Inherited from UIElement)
|
IsHoldingEnabled
IsHoldingEnabled
IsHoldingEnabled
IsHoldingEnabled
|
Gets or sets a value that determines whether the Holding event can originate from that element.
(Inherited from UIElement)
|
IsHoldingEnabledProperty
IsHoldingEnabledProperty
IsHoldingEnabledProperty
IsHoldingEnabledProperty
|
Identifies the IsHoldingEnabled dependency property.
(Inherited from UIElement)
|
IsOpen
IsOpen
IsOpen
IsOpen
|
Gets or sets a value that indicates whether the AppBar is open.
(Inherited from AppBar)
|
IsOpenProperty
IsOpenProperty
IsOpenProperty
IsOpenProperty
|
Identifies the IsOpen dependency property.
(Inherited from AppBar)
|
IsRightTapEnabled
IsRightTapEnabled
IsRightTapEnabled
IsRightTapEnabled
|
Gets or sets a value that determines whether the RightTapped event can originate from that element.
(Inherited from UIElement)
|
IsRightTapEnabledProperty
IsRightTapEnabledProperty
IsRightTapEnabledProperty
IsRightTapEnabledProperty
|
Identifies the IsRightTapEnabled dependency property.
(Inherited from UIElement)
|
IsSticky
IsSticky
IsSticky
IsSticky
|
Gets or sets a value that indicates whether the AppBar does not close on light dismiss.
(Inherited from AppBar)
|
IsStickyProperty
IsStickyProperty
IsStickyProperty
IsStickyProperty
|
Identifies the IsSticky dependency property.
(Inherited from AppBar)
|
IsTabStop
IsTabStop
IsTabStop
IsTabStop
|
Gets or sets a value that indicates whether a control is included in tab navigation.
(Inherited from Control)
|
IsTabStopProperty
IsTabStopProperty
IsTabStopProperty
IsTabStopProperty
|
Identifies the IsTabStop dependency property.
(Inherited from Control)
|
IsTapEnabled
IsTapEnabled
IsTapEnabled
IsTapEnabled
|
Gets or sets a value that determines whether the Tapped event can originate from that element.
(Inherited from UIElement)
|
IsTapEnabledProperty
IsTapEnabledProperty
IsTapEnabledProperty
IsTapEnabledProperty
|
Identifies the IsTapEnabled dependency property.
(Inherited from UIElement)
|
IsTemplateFocusTargetProperty
IsTemplateFocusTargetProperty
IsTemplateFocusTargetProperty
IsTemplateFocusTargetProperty
|
Identifies the Control.IsTemplateFocusTarget XAML attached property.
(Inherited from Control)
|
IsTemplateKeyTipTargetProperty
IsTemplateKeyTipTargetProperty
IsTemplateKeyTipTargetProperty
IsTemplateKeyTipTargetProperty
|
Identifies the Control.IsTemplateKeyTipTarget XAML attached property.
(Inherited from Control)
|
IsTextScaleFactorEnabled
IsTextScaleFactorEnabled
IsTextScaleFactorEnabled
IsTextScaleFactorEnabled
|
Gets or sets whether automatic text enlargement, to reflect the system text size setting, is enabled.
(Inherited from Control)
|
IsTextScaleFactorEnabledProperty
IsTextScaleFactorEnabledProperty
IsTextScaleFactorEnabledProperty
IsTextScaleFactorEnabledProperty
|
Identifies the IsTextScaleFactorEnabled dependency property.
(Inherited from Control)
|
KeyboardAcceleratorPlacementMode
KeyboardAcceleratorPlacementMode
KeyboardAcceleratorPlacementMode
KeyboardAcceleratorPlacementMode
|
Prerelease. Gets or sets a value that indicates whether the control tooltip displays the key combination for it's associated keyboard accelerator.
(Inherited from UIElement)
|
KeyboardAcceleratorPlacementModeProperty
KeyboardAcceleratorPlacementModeProperty
KeyboardAcceleratorPlacementModeProperty
KeyboardAcceleratorPlacementModeProperty
|
Prerelease. Identifies the KeyboardAcceleratorPlacementMode dependency property.
(Inherited from UIElement)
|
KeyboardAcceleratorPlacementTarget
KeyboardAcceleratorPlacementTarget
KeyboardAcceleratorPlacementTarget
KeyboardAcceleratorPlacementTarget
|
Prerelease. Gets or sets a value that indicates the control tooltip that displays the accelerator key combination.
(Inherited from UIElement)
|
KeyboardAcceleratorPlacementTargetProperty
KeyboardAcceleratorPlacementTargetProperty
KeyboardAcceleratorPlacementTargetProperty
KeyboardAcceleratorPlacementTargetProperty
|
Prerelease. Identifies the KeyboardAcceleratorPlacementTarget dependency property.
(Inherited from UIElement)
|
KeyboardAccelerators
KeyboardAccelerators
KeyboardAccelerators
KeyboardAccelerators
|
Gets the the collection of key combinations that invoke an action using the keyboard.
Accelerators are typically assigned to buttons or menu items.

Example of a menu showing keyboard accelerators for various menu items
(Inherited from UIElement)
|
KeyDownEvent
KeyDownEvent
KeyDownEvent
KeyDownEvent
|
Gets the identifier for the KeyDown routed event.
(Inherited from UIElement)
|
KeyTipHorizontalOffset
KeyTipHorizontalOffset
KeyTipHorizontalOffset
KeyTipHorizontalOffset
|
Gets or sets a value that indicates how far left or right the Key Tip is placed in relation to the UIElement.
(Inherited from UIElement)
|
KeyTipHorizontalOffsetProperty
KeyTipHorizontalOffsetProperty
KeyTipHorizontalOffsetProperty
KeyTipHorizontalOffsetProperty
|
Identifies the KeyTipHorizontalOffset dependency property.
(Inherited from UIElement)
|
KeyTipPlacementMode
KeyTipPlacementMode
KeyTipPlacementMode
KeyTipPlacementMode
|
Gets or sets a value that indicates where the access key Key Tip is placed in relation to the boundary of the UIElement.
(Inherited from UIElement)
|
KeyTipPlacementModeProperty
KeyTipPlacementModeProperty
KeyTipPlacementModeProperty
KeyTipPlacementModeProperty
|
Identifies the KeyTipPlacementMode dependency property.
(Inherited from UIElement)
|
KeyTipTarget
KeyTipTarget
KeyTipTarget
KeyTipTarget
|
Prerelease. Gets or sets a value that indicates the element targeted by the access key Key Tip.
(Inherited from UIElement)
|
KeyTipTargetProperty
KeyTipTargetProperty
KeyTipTargetProperty
KeyTipTargetProperty
|
Prerelease. Identifies the KeyTipTarget dependency property.
(Inherited from UIElement)
|
KeyTipVerticalOffset
KeyTipVerticalOffset
KeyTipVerticalOffset
KeyTipVerticalOffset
|
Gets or sets a value that indicates how far up or down the Key Tip is placed in relation to the UI element.
(Inherited from UIElement)
|
KeyTipVerticalOffsetProperty
KeyTipVerticalOffsetProperty
KeyTipVerticalOffsetProperty
KeyTipVerticalOffsetProperty
|
Identifies the KeyTipVerticalOffset dependency property.
(Inherited from UIElement)
|
KeyUpEvent
KeyUpEvent
KeyUpEvent
KeyUpEvent
|
Gets the identifier for the KeyUp routed event.
(Inherited from UIElement)
|
Language
Language
Language
Language
|
Gets or sets localization/globalization language information that applies to a FrameworkElement, and also to all child elements of the current FrameworkElement in the object representation and in UI.
(Inherited from FrameworkElement)
|
LanguageProperty
LanguageProperty
LanguageProperty
LanguageProperty
|
Identifies the Language dependency property.
(Inherited from FrameworkElement)
|
LightDismissOverlayMode
LightDismissOverlayMode
LightDismissOverlayMode
LightDismissOverlayMode
|
Gets or sets a value that specifies whether the area outside of a light-dismiss UI is darkened.
(Inherited from AppBar)
|
LightDismissOverlayModeProperty
LightDismissOverlayModeProperty
LightDismissOverlayModeProperty
LightDismissOverlayModeProperty
|
Identifies the LightDismissOverlayMode dependency property.
(Inherited from AppBar)
|
Lights
Lights
Lights
Lights
|
Gets the collection of XamlLight objects attached to this element.
(Inherited from UIElement)
|
LightsProperty
LightsProperty
LightsProperty
LightsProperty
|
Identifies the Lights dependency property.
(Inherited from UIElement)
|
LosingFocusEvent
LosingFocusEvent
LosingFocusEvent
LosingFocusEvent
|
Gets the identifier for the LosingFocus routed event.
(Inherited from UIElement)
|
ManipulationCompletedEvent
ManipulationCompletedEvent
ManipulationCompletedEvent
ManipulationCompletedEvent
|
Gets the identifier for the ManipulationCompleted routed event.
(Inherited from UIElement)
|
ManipulationDeltaEvent
ManipulationDeltaEvent
ManipulationDeltaEvent
ManipulationDeltaEvent
|
Gets the identifier for the ManipulationDelta routed event.
(Inherited from UIElement)
|
ManipulationInertiaStartingEvent
ManipulationInertiaStartingEvent
ManipulationInertiaStartingEvent
ManipulationInertiaStartingEvent
|
Gets the identifier for the ManipulationInertiaStarting routed event.
(Inherited from UIElement)
|
ManipulationMode
ManipulationMode
ManipulationMode
ManipulationMode
|
Gets or sets the ManipulationModes value used for UIElement behavior and interaction with gestures. Setting this value enables handling the manipulation events from this element in app code.
(Inherited from UIElement)
|
ManipulationModeProperty
ManipulationModeProperty
ManipulationModeProperty
ManipulationModeProperty
|
Identifies the ManipulationMode dependency property.
(Inherited from UIElement)
|
ManipulationStartedEvent
ManipulationStartedEvent
ManipulationStartedEvent
ManipulationStartedEvent
|
Gets the identifier for the ManipulationStarted routed event.
(Inherited from UIElement)
|
ManipulationStartingEvent
ManipulationStartingEvent
ManipulationStartingEvent
ManipulationStartingEvent
|
Gets the identifier for the ManipulationStarting routed event.
(Inherited from UIElement)
|
Margin
Margin
Margin
Margin
|
Gets or sets the outer margin of a FrameworkElement.
(Inherited from FrameworkElement)
|
MarginProperty
MarginProperty
MarginProperty
MarginProperty
|
Identifies the Margin dependency property.
(Inherited from FrameworkElement)
|
MaxHeight
MaxHeight
MaxHeight
MaxHeight
|
Gets or sets the maximum height constraint of a FrameworkElement.
(Inherited from FrameworkElement)
|
MaxHeightProperty
MaxHeightProperty
MaxHeightProperty
MaxHeightProperty
|
Identifies the MaxHeight dependency property.
(Inherited from FrameworkElement)
|
MaxWidth
MaxWidth
MaxWidth
MaxWidth
|
Gets or sets the maximum width constraint of a FrameworkElement.
(Inherited from FrameworkElement)
|
MaxWidthProperty
MaxWidthProperty
MaxWidthProperty
MaxWidthProperty
|
Identifies the MaxWidth dependency property.
(Inherited from FrameworkElement)
|
MinHeight
MinHeight
MinHeight
MinHeight
|
Gets or sets the minimum height constraint of a FrameworkElement.
(Inherited from FrameworkElement)
|
MinHeightProperty
MinHeightProperty
MinHeightProperty
MinHeightProperty
|
Identifies the MinHeight dependency property.
(Inherited from FrameworkElement)
|
MinWidth
MinWidth
MinWidth
MinWidth
|
Gets or sets the minimum width constraint of a FrameworkElement.
(Inherited from FrameworkElement)
|
MinWidthProperty
MinWidthProperty
MinWidthProperty
MinWidthProperty
|
Identifies the MinWidth dependency property.
(Inherited from FrameworkElement)
|
Name
Name
Name
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.
(Inherited from FrameworkElement)
|
NameProperty
NameProperty
NameProperty
NameProperty
|
Identifies the Name dependency property.
(Inherited from FrameworkElement)
|
NoFocusCandidateFoundEvent
NoFocusCandidateFoundEvent
NoFocusCandidateFoundEvent
NoFocusCandidateFoundEvent
|
Gets the identifier for the NoFocusCandidateFound routed event.
(Inherited from UIElement)
|
Opacity
Opacity
Opacity
Opacity
|
Gets or sets the degree of the object's opacity.
(Inherited from UIElement)
|
OpacityProperty
OpacityProperty
OpacityProperty
OpacityProperty
|
Identifies the IsHitTestVisible dependency property.
(Inherited from UIElement)
|
OverflowButtonVisibility
OverflowButtonVisibility
OverflowButtonVisibility
OverflowButtonVisibility
|
Gets or sets a value that indicates when a command bar's overflow button is shown.
|
OverflowButtonVisibilityProperty
OverflowButtonVisibilityProperty
OverflowButtonVisibilityProperty
OverflowButtonVisibilityProperty
|
Identifies the OverflowButtonVisibility dependency property.
|
Padding
Padding
Padding
Padding
|
Gets or sets the padding inside a control.
(Inherited from Control)
|
PaddingProperty
PaddingProperty
PaddingProperty
PaddingProperty
|
Identifies the Padding dependency property.
(Inherited from Control)
|
Parent
Parent
Parent
Parent
|
Gets the parent object of this FrameworkElement in the object tree.
(Inherited from FrameworkElement)
|
PointerCanceledEvent
PointerCanceledEvent
PointerCanceledEvent
PointerCanceledEvent
|
Gets the identifier for the PointerCanceled routed event.
(Inherited from UIElement)
|
PointerCaptureLostEvent
PointerCaptureLostEvent
PointerCaptureLostEvent
PointerCaptureLostEvent
|
Gets the identifier for the PointerCaptureLost routed event.
(Inherited from UIElement)
|
PointerCaptures
PointerCaptures
PointerCaptures
PointerCaptures
|
Gets the set of all captured pointers, represented as Pointer values.
(Inherited from UIElement)
|
PointerCapturesProperty
PointerCapturesProperty
PointerCapturesProperty
PointerCapturesProperty
|
Identifies the PointerCaptures dependency property.
(Inherited from UIElement)
|
PointerEnteredEvent
PointerEnteredEvent
PointerEnteredEvent
PointerEnteredEvent
|
Gets the identifier for the PointerEntered routed event.
(Inherited from UIElement)
|
PointerExitedEvent
PointerExitedEvent
PointerExitedEvent
PointerExitedEvent
|
Gets the identifier for the PointerExited routed event.
(Inherited from UIElement)
|
PointerMovedEvent
PointerMovedEvent
PointerMovedEvent
PointerMovedEvent
|
Gets the identifier for the PointerMoved routed event.
(Inherited from UIElement)
|
PointerPressedEvent
PointerPressedEvent
PointerPressedEvent
PointerPressedEvent
|
Gets the identifier for the PointerPressed routed event.
(Inherited from UIElement)
|
PointerReleasedEvent
PointerReleasedEvent
PointerReleasedEvent
PointerReleasedEvent
|
Gets the identifier for the PointerReleased routed event.
(Inherited from UIElement)
|
PointerWheelChangedEvent
PointerWheelChangedEvent
PointerWheelChangedEvent
PointerWheelChangedEvent
|
Gets the identifier for the PointerWheelChanged routed event.
(Inherited from UIElement)
|
PreviewKeyDownEvent
PreviewKeyDownEvent
PreviewKeyDownEvent
PreviewKeyDownEvent
|
Gets the identifier for the PreviewKeyDown routed event.
(Inherited from UIElement)
|
PreviewKeyUpEvent
PreviewKeyUpEvent
PreviewKeyUpEvent
PreviewKeyUpEvent
|
Gets the identifier for the PreviewKeyUp routed event.
(Inherited from UIElement)
|
PrimaryCommands
PrimaryCommands
PrimaryCommands
PrimaryCommands
|
Gets the collection of primary command elements for the CommandBar.
|
PrimaryCommandsProperty
PrimaryCommandsProperty
PrimaryCommandsProperty
PrimaryCommandsProperty
|
Identifies the PrimaryCommands dependency property.
|
Projection
Projection
Projection
Projection
|
Gets or sets the perspective projection (3-D effect) to apply when rendering this element.
(Inherited from UIElement)
|
ProjectionProperty
ProjectionProperty
ProjectionProperty
ProjectionProperty
|
Identifies the Projection dependency property.
(Inherited from UIElement)
|
RenderSize
RenderSize
RenderSize
RenderSize
|
Gets the final render size of a UIElement. Use is not recommended, see Remarks.
(Inherited from UIElement)
|
RenderTransform
RenderTransform
RenderTransform
RenderTransform
|
Gets or sets transform information that affects the rendering position of a UIElement.
(Inherited from UIElement)
|
RenderTransformOrigin
RenderTransformOrigin
RenderTransformOrigin
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)
|
RenderTransformOriginProperty
RenderTransformOriginProperty
RenderTransformOriginProperty
RenderTransformOriginProperty
|
Identifies the RenderTransformOrigin dependency property.
(Inherited from UIElement)
|
RenderTransformProperty
RenderTransformProperty
RenderTransformProperty
RenderTransformProperty
|
Identifies the RenderTransform dependency property.
(Inherited from UIElement)
|
RequestedTheme
RequestedTheme
RequestedTheme
RequestedTheme
|
Gets or sets the UI theme that is used by the UIElement (and its child elements) for resource determination. The UI theme you specify with RequestedTheme can override the app-level RequestedTheme.
(Inherited from FrameworkElement)
|
RequestedThemeProperty
RequestedThemeProperty
RequestedThemeProperty
RequestedThemeProperty
|
Identifies the RequestedTheme dependency property.
(Inherited from FrameworkElement)
|
RequiresPointer
RequiresPointer
RequiresPointer
RequiresPointer
|
Gets or sets whether a UI element supports mouse mode, which emulates pointer interaction experiences with non-pointer input devices such as an Xbox gamepad or remote control.
(Inherited from Control)
|
RequiresPointerProperty
RequiresPointerProperty
RequiresPointerProperty
RequiresPointerProperty
|
Identifies the RequiresPointer dependency property.
(Inherited from Control)
|
Resources
Resources
Resources
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.
(Inherited from FrameworkElement)
|
RightTappedEvent
RightTappedEvent
RightTappedEvent
RightTappedEvent
|
Gets the identifier for the RightTapped routed event.
(Inherited from UIElement)
|
SecondaryCommands
SecondaryCommands
SecondaryCommands
SecondaryCommands
|
Gets the collection of secondary command elements for the CommandBar.
|
SecondaryCommandsProperty
SecondaryCommandsProperty
SecondaryCommandsProperty
SecondaryCommandsProperty
|
Identifies the SecondaryCommands dependency property.
|
Style
Style
Style
Style
|
Gets or sets an instance Style that is applied for this object during layout and rendering.
(Inherited from FrameworkElement)
|
StyleProperty
StyleProperty
StyleProperty
StyleProperty
|
Identifies the Style dependency property.
(Inherited from FrameworkElement)
|
TabFocusNavigation
TabFocusNavigation
TabFocusNavigation
TabFocusNavigation
|
Gets or sets a value that modifies how tabbing and TabIndex work for this control.
Note For Windows 10 Creators Update (build 10.0.15063) and newer, use this property of the UIElement base class instead of the TabNavigation property of a Control object.
(Inherited from UIElement)
|
TabFocusNavigationProperty
TabFocusNavigationProperty
TabFocusNavigationProperty
TabFocusNavigationProperty
|
Identifies the TabFocusNavigation dependency property.
(Inherited from UIElement)
|
TabIndex
TabIndex
TabIndex
TabIndex
|
Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by pressing the Tab key.
(Inherited from Control)
|
TabIndexProperty
TabIndexProperty
TabIndexProperty
TabIndexProperty
|
Identifies the TabIndex dependency property.
(Inherited from Control)
|
TabNavigation
TabNavigation
TabNavigation
TabNavigation
|
Gets or sets a value that modifies how tabbing and TabIndex work for this control.
Note For Windows 10 Creators Update (build 10.0.15063) and newer, the TabFocusNavigation property is available on the UIElement base class to include objects in the tab sequence that do not use a ControlTemplate.
(Inherited from Control)
|
TabNavigationProperty
TabNavigationProperty
TabNavigationProperty
TabNavigationProperty
|
Identifies the TabNavigation dependency property.
(Inherited from Control)
|
Tag
Tag
Tag
Tag
|
Gets or sets an arbitrary object value that can be used to store custom information about this object.
(Inherited from FrameworkElement)
|
TagProperty
TagProperty
TagProperty
TagProperty
|
Identifies the Tag dependency property.
(Inherited from FrameworkElement)
|
TappedEvent
TappedEvent
TappedEvent
TappedEvent
|
Gets the identifier for the Tapped routed event.
(Inherited from UIElement)
|
Template
Template
Template
Template
|
Gets or sets a control template. The control template defines the visual appearance of a control in UI, and is defined in XAML markup.
(Inherited from Control)
|
TemplateProperty
TemplateProperty
TemplateProperty
TemplateProperty
|
Identifies the Template dependency property.
(Inherited from Control)
|
TemplateSettings
TemplateSettings
TemplateSettings
TemplateSettings
|
Gets an object that provides calculated values that can be referenced as {TemplateBinding} markup extension sources when defining templates for an AppBar control.
(Inherited from AppBar)
|
Transform3D
Transform3D
Transform3D
Transform3D
|
Gets or sets the 3-D transform effect to apply when rendering this element.
(Inherited from UIElement)
|
Transform3DProperty
Transform3DProperty
Transform3DProperty
Transform3DProperty
|
Identifies the Transform3D dependency property.
(Inherited from UIElement)
|
Transitions
Transitions
Transitions
Transitions
|
Gets or sets the collection of Transition style elements that apply to a UIElement.
(Inherited from UIElement)
|
TransitionsProperty
TransitionsProperty
TransitionsProperty
TransitionsProperty
|
Identifies the Transitions dependency property.
(Inherited from UIElement)
|
Triggers
Triggers
Triggers
Triggers
|
Gets the collection of triggers for animations that are defined for a FrameworkElement. Not commonly used. See Remarks.
(Inherited from FrameworkElement)
|
UseLayoutRounding
UseLayoutRounding
UseLayoutRounding
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)
|
UseLayoutRoundingProperty
UseLayoutRoundingProperty
UseLayoutRoundingProperty
UseLayoutRoundingProperty
|
Identifies the UseLayoutRounding dependency property.
(Inherited from UIElement)
|
UseSystemFocusVisuals
UseSystemFocusVisuals
UseSystemFocusVisuals
UseSystemFocusVisuals
|
Gets or sets a value that indicates whether the control uses focus visuals that are drawn by the system or those defined in the control template.
(Inherited from Control)
|
UseSystemFocusVisualsProperty
UseSystemFocusVisualsProperty
UseSystemFocusVisualsProperty
UseSystemFocusVisualsProperty
|
Identifies the UseSystemFocusVisuals dependency property.
(Inherited from Control)
|
VerticalAlignment
VerticalAlignment
VerticalAlignment
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.
(Inherited from FrameworkElement)
|
VerticalAlignmentProperty
VerticalAlignmentProperty
VerticalAlignmentProperty
VerticalAlignmentProperty
|
Identifies the VerticalAlignment dependency property.
(Inherited from FrameworkElement)
|
VerticalContentAlignment
VerticalContentAlignment
VerticalContentAlignment
VerticalContentAlignment
|
Gets or sets the vertical alignment of the control's content.
(Inherited from Control)
|
VerticalContentAlignmentProperty
VerticalContentAlignmentProperty
VerticalContentAlignmentProperty
VerticalContentAlignmentProperty
|
Identifies the VerticalContentAlignment dependency property.
(Inherited from Control)
|
Visibility
Visibility
Visibility
Visibility
|
Gets or sets the visibility of a UIElement. A UIElement that is not visible is not rendered and does not communicate its desired size to layout.
(Inherited from UIElement)
|
VisibilityProperty
VisibilityProperty
VisibilityProperty
VisibilityProperty
|
Identifies the Visibility dependency property.
(Inherited from UIElement)
|
Width
Width
Width
Width
|
Gets or sets the width of a FrameworkElement.
(Inherited from FrameworkElement)
|
WidthProperty
WidthProperty
WidthProperty
WidthProperty
|
Identifies the Width dependency property.
(Inherited from FrameworkElement)
|
XYFocusDown
XYFocusDown
XYFocusDown
XYFocusDown
|
Gets or sets the object that gets focus when a user presses the Directional Pad (D-pad) down.
(Inherited from Control)
|
XYFocusDownNavigationStrategy
XYFocusDownNavigationStrategy
XYFocusDownNavigationStrategy
XYFocusDownNavigationStrategy
|
Gets or sets a value that specifies the strategy used to determine the target element of a down navigation.
(Inherited from UIElement)
|
XYFocusDownNavigationStrategyProperty
XYFocusDownNavigationStrategyProperty
XYFocusDownNavigationStrategyProperty
XYFocusDownNavigationStrategyProperty
|
Identifies the XYFocusDownNavigationStrategy dependency property.
(Inherited from UIElement)
|
XYFocusDownProperty
XYFocusDownProperty
XYFocusDownProperty
XYFocusDownProperty
|
Identifies the XYFocusDown dependency property.
(Inherited from Control)
|
XYFocusKeyboardNavigation
XYFocusKeyboardNavigation
XYFocusKeyboardNavigation
XYFocusKeyboardNavigation
|
Gets or sets a value that enables or disables navigation using the keyboard directional arrows.
(Inherited from UIElement)
|
XYFocusKeyboardNavigationProperty
XYFocusKeyboardNavigationProperty
XYFocusKeyboardNavigationProperty
XYFocusKeyboardNavigationProperty
|
Identifies the XYFocusKeyboardNavigation dependency property.
(Inherited from UIElement)
|
XYFocusLeft
XYFocusLeft
XYFocusLeft
XYFocusLeft
|
Gets or sets the object that gets focus when a user presses the Directional Pad (D-pad) left.
(Inherited from Control)
|
XYFocusLeftNavigationStrategy
XYFocusLeftNavigationStrategy
XYFocusLeftNavigationStrategy
XYFocusLeftNavigationStrategy
|
Gets or sets a value that specifies the strategy used to determine the target element of a left navigation.
(Inherited from UIElement)
|
XYFocusLeftNavigationStrategyProperty
XYFocusLeftNavigationStrategyProperty
XYFocusLeftNavigationStrategyProperty
XYFocusLeftNavigationStrategyProperty
|
Identifies the XYFocusLeftNavigationStrategy dependency property.
(Inherited from UIElement)
|
XYFocusLeftProperty
XYFocusLeftProperty
XYFocusLeftProperty
XYFocusLeftProperty
|
Identifies the XYFocusLeft dependency property.
(Inherited from Control)
|
XYFocusRight
XYFocusRight
XYFocusRight
XYFocusRight
|
Gets or sets the object that gets focus when a user presses the Directional Pad (D-pad) right.
(Inherited from Control)
|
XYFocusRightNavigationStrategy
XYFocusRightNavigationStrategy
XYFocusRightNavigationStrategy
XYFocusRightNavigationStrategy
|
Gets or sets a value that specifies the strategy used to determine the target element of a right navigation.
(Inherited from UIElement)
|
XYFocusRightNavigationStrategyProperty
XYFocusRightNavigationStrategyProperty
XYFocusRightNavigationStrategyProperty
XYFocusRightNavigationStrategyProperty
|
Identifies the XYFocusRightNavigationStrategy dependency property.
(Inherited from UIElement)
|
XYFocusRightProperty
XYFocusRightProperty
XYFocusRightProperty
XYFocusRightProperty
|
Identifies the XYFocusRight dependency property.
(Inherited from Control)
|
XYFocusUp
XYFocusUp
XYFocusUp
XYFocusUp
|
Gets or sets the object that gets focus when a user presses the Directional Pad (D-pad) up.
(Inherited from Control)
|
XYFocusUpNavigationStrategy
XYFocusUpNavigationStrategy
XYFocusUpNavigationStrategy
XYFocusUpNavigationStrategy
|
Gets or sets a value that specifies the strategy used to determine the target element of an up navigation.
(Inherited from UIElement)
|
XYFocusUpNavigationStrategyProperty
XYFocusUpNavigationStrategyProperty
XYFocusUpNavigationStrategyProperty
XYFocusUpNavigationStrategyProperty
|
Identifies the XYFocusUpNavigationStrategy dependency property.
(Inherited from UIElement)
|
XYFocusUpProperty
XYFocusUpProperty
XYFocusUpProperty
XYFocusUpProperty
|
Identifies the XYFocusUp dependency property.
(Inherited from Control)
|
AddHandler(RoutedEvent,Object,Boolean)
AddHandler(RoutedEvent,Object,Boolean)
AddHandler(RoutedEvent,Object,Boolean)
AddHandler(RoutedEvent,Object,Boolean)
|
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked even if the event is handled elsewhere.
(Inherited from UIElement)
|
ApplyTemplate
ApplyTemplate
ApplyTemplate
ApplyTemplate
|
Loads the relevant control template so that its parts can be referenced.
(Inherited from Control)
|
Arrange(Rect)
Arrange(Rect)
Arrange(Rect)
Arrange(Rect)
|
Positions child objects and determines a size for a UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update.
(Inherited from UIElement)
|
ArrangeOverride(Size)
ArrangeOverride(Size)
ArrangeOverride(Size)
ArrangeOverride(Size)
|
Provides the behavior for the "Arrange" pass of layout. Classes can override this method to define their own "Arrange" pass behavior.
(Inherited from FrameworkElement)
|
CancelDirectManipulations
CancelDirectManipulations
CancelDirectManipulations
CancelDirectManipulations
|
Cancels ongoing direct manipulation processing (system-defined panning/zooming) on any ScrollViewer parent that contains the current UIElement.
(Inherited from UIElement)
|
CapturePointer(Pointer)
CapturePointer(Pointer)
CapturePointer(Pointer)
CapturePointer(Pointer)
|
Sets pointer capture to a UIElement. Once captured, only the element that has capture will fire pointer-related events.
(Inherited from UIElement)
|
ClearValue(DependencyProperty)
ClearValue(DependencyProperty)
ClearValue(DependencyProperty)
ClearValue(DependencyProperty)
|
Clears the local value of a dependency property.
(Inherited from DependencyObject)
|
DeferTree(DependencyObject)
DeferTree(DependencyObject)
DeferTree(DependencyObject)
DeferTree(DependencyObject)
|
Removes the specified element from the XAML visual tree in a way that it can be undeferred later.
(Inherited from FrameworkElement)
|
FindName(String)
FindName(String)
FindName(String)
FindName(String)
|
Retrieves an object that has the specified identifier name.
(Inherited from FrameworkElement)
|
FindSubElementsForTouchTargeting(Point,Rect)
FindSubElementsForTouchTargeting(Point,Rect)
FindSubElementsForTouchTargeting(Point,Rect)
FindSubElementsForTouchTargeting(Point,Rect)
|
Enables a UIElement subclass to expose child elements that assist with resolving touch targeting.
(Inherited from UIElement)
|
Focus(FocusState)
Focus(FocusState)
Focus(FocusState)
Focus(FocusState)
|
Attempts to set the focus on the control.
(Inherited from Control)
|
GetAnimationBaseValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)
|
Returns any base value established for a dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject)
|
GetBindingExpression(DependencyProperty)
GetBindingExpression(DependencyProperty)
GetBindingExpression(DependencyProperty)
GetBindingExpression(DependencyProperty)
|
Returns the BindingExpression that represents the binding on the specified property.
(Inherited from FrameworkElement)
|
GetChildrenInTabFocusOrder
GetChildrenInTabFocusOrder
GetChildrenInTabFocusOrder
GetChildrenInTabFocusOrder
|
Enables a UIElement subclass to expose child elements that take part in Tab focus.
(Inherited from UIElement)
|
GetIsTemplateFocusTarget(FrameworkElement)
GetIsTemplateFocusTarget(FrameworkElement)
GetIsTemplateFocusTarget(FrameworkElement)
GetIsTemplateFocusTarget(FrameworkElement)
|
Gets the value of the Control.IsTemplateFocusTarget XAML attached property for the target element.
(Inherited from Control)
|
GetIsTemplateKeyTipTarget(DependencyObject)
GetIsTemplateKeyTipTarget(DependencyObject)
GetIsTemplateKeyTipTarget(DependencyObject)
GetIsTemplateKeyTipTarget(DependencyObject)
|
Gets the value of the Control.IsTemplateKeyTipTarget XAML attached property for the target element.
(Inherited from Control)
|
GetTemplateChild(String)
GetTemplateChild(String)
GetTemplateChild(String)
GetTemplateChild(String)
|
Retrieves the named element in the instantiated ControlTemplate visual tree.
(Inherited from Control)
|
GetValue(DependencyProperty)
GetValue(DependencyProperty)
GetValue(DependencyProperty)
GetValue(DependencyProperty)
|
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject)
|
GoToElementStateCore(String,Boolean)
GoToElementStateCore(String,Boolean)
GoToElementStateCore(String,Boolean)
GoToElementStateCore(String,Boolean)
|
When implemented in a derived class, enables per-state construction of a visual tree for a control template in code, rather than by loading XAML for all states at control startup.
(Inherited from FrameworkElement)
|
InvalidateArrange
InvalidateArrange
InvalidateArrange
InvalidateArrange
|
Invalidates the arrange state (layout) for a UIElement. After the invalidation, the UIElement will have its layout updated, which will occur asynchronously.
(Inherited from UIElement)
|
InvalidateMeasure
InvalidateMeasure
InvalidateMeasure
InvalidateMeasure
|
Invalidates the measurement state (layout) for a UIElement.
(Inherited from UIElement)
|
Measure(Size)
Measure(Size)
Measure(Size)
Measure(Size)
|
Updates the DesiredSize of a UIElement. Typically, objects that implement custom layout for their layout children call this method from their own MeasureOverride implementations to form a recursive layout update.
(Inherited from UIElement)
|
MeasureOverride(Size)
MeasureOverride(Size)
MeasureOverride(Size)
MeasureOverride(Size)
|
Provides the behavior for the "Measure" pass of the layout cycle. Classes can override this method to define their own "Measure" pass behavior.
(Inherited from FrameworkElement)
|
OnApplyTemplate
OnApplyTemplate
OnApplyTemplate
OnApplyTemplate
|
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
(Inherited from FrameworkElement)
|
OnBringIntoViewRequested(BringIntoViewRequestedEventArgs)
OnBringIntoViewRequested(BringIntoViewRequestedEventArgs)
OnBringIntoViewRequested(BringIntoViewRequestedEventArgs)
OnBringIntoViewRequested(BringIntoViewRequestedEventArgs)
|
Prerelease. Called before the BringIntoViewRequested event occurs.
(Inherited from UIElement)
|
OnCharacterReceived(CharacterReceivedRoutedEventArgs)
OnCharacterReceived(CharacterReceivedRoutedEventArgs)
OnCharacterReceived(CharacterReceivedRoutedEventArgs)
OnCharacterReceived(CharacterReceivedRoutedEventArgs)
|
Called before the CharacterReceived event occurs.
(Inherited from Control)
|
OnClosed(Object)
OnClosed(Object)
OnClosed(Object)
OnClosed(Object)
|
Invoked when the AppBar changes from visible to hidden.
(Inherited from AppBar)
|
OnClosing(Object)
OnClosing(Object)
OnClosing(Object)
OnClosing(Object)
|
Invoked when the AppBar starts to change from visible to hidden.
(Inherited from AppBar)
|
OnContentChanged(Object,Object)
OnContentChanged(Object,Object)
OnContentChanged(Object,Object)
OnContentChanged(Object,Object)
|
Invoked when the value of the Content property changes.
(Inherited from ContentControl)
|
OnContentTemplateChanged(DataTemplate,DataTemplate)
OnContentTemplateChanged(DataTemplate,DataTemplate)
OnContentTemplateChanged(DataTemplate,DataTemplate)
OnContentTemplateChanged(DataTemplate,DataTemplate)
|
Invoked when the value of the ContentTemplate property changes.
(Inherited from ContentControl)
|
OnContentTemplateSelectorChanged(DataTemplateSelector,DataTemplateSelector)
OnContentTemplateSelectorChanged(DataTemplateSelector,DataTemplateSelector)
OnContentTemplateSelectorChanged(DataTemplateSelector,DataTemplateSelector)
OnContentTemplateSelectorChanged(DataTemplateSelector,DataTemplateSelector)
|
Invoked when the value of the ContentTemplateSelector property changes.
(Inherited from ContentControl)
|
OnCreateAutomationPeer
OnCreateAutomationPeer
OnCreateAutomationPeer
OnCreateAutomationPeer
|
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Microsoft UI Automation infrastructure.
(Inherited from UIElement)
|
OnDisconnectVisualChildren
OnDisconnectVisualChildren
OnDisconnectVisualChildren
OnDisconnectVisualChildren
|
Override this method to implement how layout and logic should behave when items are removed from a class-specific content or children property.
(Inherited from UIElement)
|
OnDoubleTapped(DoubleTappedRoutedEventArgs)
OnDoubleTapped(DoubleTappedRoutedEventArgs)
OnDoubleTapped(DoubleTappedRoutedEventArgs)
OnDoubleTapped(DoubleTappedRoutedEventArgs)
|
Called before the DoubleTapped event occurs.
(Inherited from Control)
|
OnDragEnter(DragEventArgs)
OnDragEnter(DragEventArgs)
OnDragEnter(DragEventArgs)
OnDragEnter(DragEventArgs)
|
Called before the DragEnter event occurs.
(Inherited from Control)
|
OnDragLeave(DragEventArgs)
OnDragLeave(DragEventArgs)
OnDragLeave(DragEventArgs)
OnDragLeave(DragEventArgs)
|
Called before the DragLeave event occurs.
(Inherited from Control)
|
OnDragOver(DragEventArgs)
OnDragOver(DragEventArgs)
OnDragOver(DragEventArgs)
OnDragOver(DragEventArgs)
|
Called before the DragOver event occurs.
(Inherited from Control)
|
OnDrop(DragEventArgs)
OnDrop(DragEventArgs)
OnDrop(DragEventArgs)
OnDrop(DragEventArgs)
|
Called before the Drop event occurs.
(Inherited from Control)
|
OnGotFocus(RoutedEventArgs)
OnGotFocus(RoutedEventArgs)
OnGotFocus(RoutedEventArgs)
OnGotFocus(RoutedEventArgs)
|
Called before the GotFocus event occurs.
(Inherited from Control)
|
OnHolding(HoldingRoutedEventArgs)
OnHolding(HoldingRoutedEventArgs)
OnHolding(HoldingRoutedEventArgs)
OnHolding(HoldingRoutedEventArgs)
|
Called before the Holding event occurs.
(Inherited from Control)
|
OnKeyboardAcceleratorInvoked(KeyboardAcceleratorInvokedEventArgs)
OnKeyboardAcceleratorInvoked(KeyboardAcceleratorInvokedEventArgs)
OnKeyboardAcceleratorInvoked(KeyboardAcceleratorInvokedEventArgs)
OnKeyboardAcceleratorInvoked(KeyboardAcceleratorInvokedEventArgs)
|
Prerelease. Called when a keyboard shortcut (or accelerator) is processed in your app. Override this method to handle how your app responds when a keyboard accelerator is invoked.
(Inherited from UIElement)
|
OnKeyDown(KeyRoutedEventArgs)
OnKeyDown(KeyRoutedEventArgs)
OnKeyDown(KeyRoutedEventArgs)
OnKeyDown(KeyRoutedEventArgs)
|
Called before the KeyDown event occurs.
(Inherited from Control)
|
OnKeyUp(KeyRoutedEventArgs)
OnKeyUp(KeyRoutedEventArgs)
OnKeyUp(KeyRoutedEventArgs)
OnKeyUp(KeyRoutedEventArgs)
|
Called before the KeyUp event occurs.
(Inherited from Control)
|
OnLostFocus(RoutedEventArgs)
OnLostFocus(RoutedEventArgs)
OnLostFocus(RoutedEventArgs)
OnLostFocus(RoutedEventArgs)
|
Called before the LostFocus event occurs.
(Inherited from Control)
|
OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)
OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)
OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)
OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)
|
Called before the ManipulationCompleted event occurs.
(Inherited from Control)
|
OnManipulationDelta(ManipulationDeltaRoutedEventArgs)
OnManipulationDelta(ManipulationDeltaRoutedEventArgs)
OnManipulationDelta(ManipulationDeltaRoutedEventArgs)
OnManipulationDelta(ManipulationDeltaRoutedEventArgs)
|
Called before the ManipulationDelta event occurs.
(Inherited from Control)
|
OnManipulationInertiaStarting(ManipulationInertiaStartingRoutedEventArgs)
OnManipulationInertiaStarting(ManipulationInertiaStartingRoutedEventArgs)
OnManipulationInertiaStarting(ManipulationInertiaStartingRoutedEventArgs)
OnManipulationInertiaStarting(ManipulationInertiaStartingRoutedEventArgs)
|
Called before the ManipulationInertiaStarting event occurs.
(Inherited from Control)
|
OnManipulationStarted(ManipulationStartedRoutedEventArgs)
OnManipulationStarted(ManipulationStartedRoutedEventArgs)
OnManipulationStarted(ManipulationStartedRoutedEventArgs)
OnManipulationStarted(ManipulationStartedRoutedEventArgs)
|
Called before the ManipulationStarted event occurs.
(Inherited from Control)
|
OnManipulationStarting(ManipulationStartingRoutedEventArgs)
OnManipulationStarting(ManipulationStartingRoutedEventArgs)
OnManipulationStarting(ManipulationStartingRoutedEventArgs)
OnManipulationStarting(ManipulationStartingRoutedEventArgs)
|
Called before the ManipulationStarting event occurs.
(Inherited from Control)
|
OnOpened(Object)
OnOpened(Object)
OnOpened(Object)
OnOpened(Object)
|
Invoked when the AppBar changes from hidden to visible, or is first displayed.
(Inherited from AppBar)
|
OnOpening(Object)
OnOpening(Object)
OnOpening(Object)
OnOpening(Object)
|
Invoked when the AppBar starts to change from hidden to visible, or starts to be first displayed.
(Inherited from AppBar)
|
OnPointerCanceled(PointerRoutedEventArgs)
OnPointerCanceled(PointerRoutedEventArgs)
OnPointerCanceled(PointerRoutedEventArgs)
OnPointerCanceled(PointerRoutedEventArgs)
|
Called before the PointerCanceled event occurs.
(Inherited from Control)
|
OnPointerCaptureLost(PointerRoutedEventArgs)
OnPointerCaptureLost(PointerRoutedEventArgs)
OnPointerCaptureLost(PointerRoutedEventArgs)
OnPointerCaptureLost(PointerRoutedEventArgs)
|
Called before the PointerCaptureLost event occurs.
(Inherited from Control)
|
OnPointerEntered(PointerRoutedEventArgs)
OnPointerEntered(PointerRoutedEventArgs)
OnPointerEntered(PointerRoutedEventArgs)
OnPointerEntered(PointerRoutedEventArgs)
|
Called before the PointerEntered event occurs.
(Inherited from Control)
|
OnPointerExited(PointerRoutedEventArgs)
OnPointerExited(PointerRoutedEventArgs)
OnPointerExited(PointerRoutedEventArgs)
OnPointerExited(PointerRoutedEventArgs)
|
Called before the PointerExited event occurs.
(Inherited from Control)
|
OnPointerMoved(PointerRoutedEventArgs)
OnPointerMoved(PointerRoutedEventArgs)
OnPointerMoved(PointerRoutedEventArgs)
OnPointerMoved(PointerRoutedEventArgs)
|
Called before the PointerMoved event occurs.
(Inherited from Control)
|
OnPointerPressed(PointerRoutedEventArgs)
OnPointerPressed(PointerRoutedEventArgs)
OnPointerPressed(PointerRoutedEventArgs)
OnPointerPressed(PointerRoutedEventArgs)
|
Called before the PointerPressed event occurs.
(Inherited from Control)
|
OnPointerReleased(PointerRoutedEventArgs)
OnPointerReleased(PointerRoutedEventArgs)
OnPointerReleased(PointerRoutedEventArgs)
OnPointerReleased(PointerRoutedEventArgs)
|
Called before the PointerReleased event occurs.
(Inherited from Control)
|
OnPointerWheelChanged(PointerRoutedEventArgs)
OnPointerWheelChanged(PointerRoutedEventArgs)
OnPointerWheelChanged(PointerRoutedEventArgs)
OnPointerWheelChanged(PointerRoutedEventArgs)
|
Called before the PointerWheelChanged event occurs.
(Inherited from Control)
|
OnPreviewKeyDown(KeyRoutedEventArgs)
OnPreviewKeyDown(KeyRoutedEventArgs)
OnPreviewKeyDown(KeyRoutedEventArgs)
OnPreviewKeyDown(KeyRoutedEventArgs)
|
Called before the PreviewKeyDown event occurs.
(Inherited from Control)
|
OnPreviewKeyUp(KeyRoutedEventArgs)
OnPreviewKeyUp(KeyRoutedEventArgs)
OnPreviewKeyUp(KeyRoutedEventArgs)
OnPreviewKeyUp(KeyRoutedEventArgs)
|
Called before the PreviewKeyUp event occurs.
(Inherited from Control)
|
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs)
|
Called just before a keyboard shortcut (or accelerator) is processed in your app. Invoked whenever application code or internal processes call ProcessKeyboardAccelerators. Override this method to influence the default accelerator handling.
(Inherited from UIElement)
|
OnRightTapped(RightTappedRoutedEventArgs)
OnRightTapped(RightTappedRoutedEventArgs)
OnRightTapped(RightTappedRoutedEventArgs)
OnRightTapped(RightTappedRoutedEventArgs)
|
Called before the RightTapped event occurs.
(Inherited from Control)
|
OnTapped(TappedRoutedEventArgs)
OnTapped(TappedRoutedEventArgs)
OnTapped(TappedRoutedEventArgs)
OnTapped(TappedRoutedEventArgs)
|
Called before the Tapped event occurs.
(Inherited from Control)
|
ReadLocalValue(DependencyProperty)
ReadLocalValue(DependencyProperty)
ReadLocalValue(DependencyProperty)
ReadLocalValue(DependencyProperty)
|
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject)
|
RegisterAsScrollPort(UIElement)
RegisterAsScrollPort(UIElement)
RegisterAsScrollPort(UIElement)
RegisterAsScrollPort(UIElement)
|
Prerelease. Registers an element as representing a scrollable viewport.
(Inherited from UIElement)
|
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
|
Registers a notification function for listening to changes to a specific DependencyProperty on this DependencyObject instance.
(Inherited from DependencyObject)
|
ReleasePointerCapture(Pointer)
ReleasePointerCapture(Pointer)
ReleasePointerCapture(Pointer)
ReleasePointerCapture(Pointer)
|
Releases pointer captures for capture of one specific pointer by this UIElement.
(Inherited from UIElement)
|
ReleasePointerCaptures
ReleasePointerCaptures
ReleasePointerCaptures
ReleasePointerCaptures
|
Releases all pointer captures held by this element.
(Inherited from UIElement)
|
RemoveFocusEngagement
RemoveFocusEngagement
RemoveFocusEngagement
RemoveFocusEngagement
|
Releases focus from the control boundaries for a control that has focus engagement (for game pad/remote interaction).
(Inherited from Control)
|
RemoveHandler(RoutedEvent,Object)
RemoveHandler(RoutedEvent,Object)
RemoveHandler(RoutedEvent,Object)
RemoveHandler(RoutedEvent,Object)
|
Removes the specified routed event handler from this UIElement. Typically the handler in question was added by AddHandler.
(Inherited from UIElement)
|
SetBinding(DependencyProperty,BindingBase)
SetBinding(DependencyProperty,BindingBase)
SetBinding(DependencyProperty,BindingBase)
SetBinding(DependencyProperty,BindingBase)
|
Attaches a binding to a FrameworkElement, using the provided binding object
.
(Inherited from FrameworkElement)
|
SetIsTemplateFocusTarget(FrameworkElement,Boolean)
SetIsTemplateFocusTarget(FrameworkElement,Boolean)
SetIsTemplateFocusTarget(FrameworkElement,Boolean)
SetIsTemplateFocusTarget(FrameworkElement,Boolean)
|
Sets the value of the Control.IsTemplateFocusTarget XAML attached property for a target element.
(Inherited from Control)
|
SetIsTemplateKeyTipTarget(DependencyObject,Boolean)
SetIsTemplateKeyTipTarget(DependencyObject,Boolean)
SetIsTemplateKeyTipTarget(DependencyObject,Boolean)
SetIsTemplateKeyTipTarget(DependencyObject,Boolean)
|
Sets the value of the Control.IsTemplateKeyTipTarget XAML attached property for a target element.
(Inherited from Control)
|
SetValue(DependencyProperty,Object)
SetValue(DependencyProperty,Object)
SetValue(DependencyProperty,Object)
SetValue(DependencyProperty,Object)
|
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject)
|
StartBringIntoView
StartBringIntoView
StartBringIntoView
StartBringIntoView
|
Initiates a request to the XAML framework to bring the element into view within any scrollable regions it is contained within.
(Inherited from UIElement)
|
StartBringIntoView(BringIntoViewOptions)
StartBringIntoView(BringIntoViewOptions)
StartBringIntoView(BringIntoViewOptions)
StartBringIntoView(BringIntoViewOptions)
|
Initiates a request to the XAML framework to bring the element into view using the specified options.
(Inherited from UIElement)
|
StartDragAsync(PointerPoint)
StartDragAsync(PointerPoint)
StartDragAsync(PointerPoint)
StartDragAsync(PointerPoint)
|
Initiates a drag-and-drop operation.
(Inherited from UIElement)
|
TransformToVisual(UIElement)
TransformToVisual(UIElement)
TransformToVisual(UIElement)
TransformToVisual(UIElement)
|
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
(Inherited from UIElement)
|
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs)
|
Attempts to invoke a keyboard shortcut (or accelerator) by searching the entire visual tree of the UIElement for the shortcut.
(Inherited from UIElement)
|
TryStartDirectManipulation(Pointer)
TryStartDirectManipulation(Pointer)
TryStartDirectManipulation(Pointer)
TryStartDirectManipulation(Pointer)
|
Resumes direct manipulation processing (system-defined panning/zooming) on any ScrollViewer parent that contains the current UIElement.
(Inherited from UIElement)
|
UnregisterPropertyChangedCallback(DependencyProperty,Int64)
UnregisterPropertyChangedCallback(DependencyProperty,Int64)
UnregisterPropertyChangedCallback(DependencyProperty,Int64)
UnregisterPropertyChangedCallback(DependencyProperty,Int64)
|
Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback.
(Inherited from DependencyObject)
|
UpdateLayout
UpdateLayout
UpdateLayout
UpdateLayout
|
Ensures that all positions of child objects of a UIElement are properly updated for layout.
(Inherited from UIElement)
|