CursorButton Properties |
The CursorButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccessKey | Gets or sets the access key (mnemonic) for this element. (Inherited from UIElement.) |
![]() | 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.) |
![]() | ActualHeight | Gets the rendered height of a FrameworkElement. See Remarks. (Inherited from FrameworkElement.) |
![]() | ActualOffset | Gets the position of this UIElement, relative to its parent, computed during the arrange pass of the layout process. (Inherited from UIElement.) |
![]() | ActualSize | Gets the size that this UIElement computed during the arrange pass of the layout process. (Inherited from UIElement.) |
![]() | ActualTheme | Gets the UI theme that is currently used by the element, which might be different than the RequestedTheme. (Inherited from FrameworkElement.) |
![]() | ActualWidth | Gets the rendered width of a FrameworkElement. See Remarks. (Inherited from FrameworkElement.) |
![]() | 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.) |
![]() | AllowFocusOnInteraction | Gets or sets a value that indicates whether the element automatically gets focus when the user interacts with it. (Inherited from FrameworkElement.) |
![]() | AllowFocusWhenDisabled | Gets or sets whether a disabled control can receive focus. (Inherited from FrameworkElement.) |
![]() | Background | Gets or sets a brush that provides the background of the control. (Inherited from Control.) |
![]() | BackgroundSizing | Gets or sets a value that indicates how far the background extends in relation to this element's border. (Inherited from Control.) |
![]() | BaseUri | Gets a Uniform Resource Identifier (URI) that represents the base URI for an XAML-constructed object at XAML load time. This property is useful for URI resolution at run time. (Inherited from FrameworkElement.) |
![]() | BorderBrush | Gets or sets a brush that describes the border fill of a control. (Inherited from Control.) |
![]() | BorderThickness | Gets or sets the border thickness of a control. (Inherited from Control.) |
![]() | CacheMode | Gets or sets a value that indicates that rendered content should be cached as a composited bitmap when possible. (Inherited from UIElement.) |
![]() | CanBeScrollAnchor | Gets or sets a value that indicates whether the UIElement can be a candidate for scroll anchoring. (Inherited from UIElement.) |
![]() | 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.) |
![]() | CenterPoint | Gets or sets the center point of the element, which is the point about which rotation or scaling occurs. Affects the rendering position of the element. (Inherited from UIElement.) |
![]() | CharacterSpacing | Gets or sets the uniform spacing between characters, in units of 1/1000 of an em. (Inherited from Control.) |
![]() | ClickMode | Gets or sets a value that indicates when the Click event occurs, in terms of device behavior. (Inherited from ButtonBase.) |
![]() | Clip | Gets or sets the RectangleGeometry used to define the outline of the contents of a UIElement. (Inherited from UIElement.) |
![]() | Command | Gets or sets the command to invoke when this button is pressed. (Inherited from ButtonBase.) |
![]() | CommandParameter | Gets or sets the parameter to pass to the Command property. (Inherited from ButtonBase.) |
![]() | 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.) |
![]() | Content | Gets or sets the content of a ContentControl. (Inherited from ContentControl.) |
![]() | ContentTemplate | Gets or sets the data template that is used to display the content of the ContentControl. (Inherited from ContentControl.) |
![]() | ContentTemplateRoot | Gets the root element of the data template specified by the ContentTemplate property. (Inherited from ContentControl.) |
![]() | 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.) |
![]() | ContentTransitions | Gets or sets the collection of Transition style elements that apply to the content of a ContentControl. (Inherited from ContentControl.) |
![]() | ContextFlyout | Gets or sets the flyout associated with this element. (Inherited from UIElement.) |
![]() | CornerRadius | Gets or sets the radius for the corners of the control's border. (Inherited from Control.) |
![]() | DataContext | Gets or sets the data context for a FrameworkElement. A common use of a data context is when a FrameworkElement uses the {Binding} markup extension and participates in data binding. (Inherited from FrameworkElement.) |
![]() | 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.) |
![]() | DefaultStyleResourceUri | Gets or sets the path to the resource file that contains the default style for the control. (Inherited from Control.) |
![]() | DesiredSize | Gets the size that this UIElement computed during the measure pass of the layout process. (Inherited from UIElement.) |
![]() | Dispatcher | Always returns null in a Windows App SDK app. Use DispatcherQueue instead. (Inherited from DependencyObject.) |
![]() | DispatcherQueue | Gets the DispatcherQueue that this object is associated with. The DispatcherQueue 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.) |
![]() | ElementSoundMode | Get or sets a value that specifies a control's preference for whether sounds are played. (Inherited from Control.) |
![]() | ExitDisplayModeOnAccessKeyInvoked | Gets or sets a value that specifies whether the access key display is dismissed when an access key is invoked. (Inherited from UIElement.) |
![]() | 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.) |
![]() | Flyout | Gets or sets the flyout associated with this button. (Inherited from Button.) |
![]() | FocusState | Gets a value that specifies whether this control has focus, and the mode by which focus was obtained. (Inherited from UIElement.) |
![]() | FocusVisualMargin | Gets or sets the outer margin of the focus visual for a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | FocusVisualPrimaryBrush | Gets or sets the brush used to draw the outer border of a HighVisibility or Reveal focus visual for a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | FocusVisualPrimaryThickness | Gets or sets the thickness of the outer border of a HighVisibility or Reveal focus visual for a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | FocusVisualSecondaryBrush | Gets or sets the brush used to draw the inner border of a HighVisibility or Reveal focus visual for a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | FocusVisualSecondaryThickness | Gets or sets the thickness of the inner border of a HighVisibility or Reveal focus visual for a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | FontFamily | Gets or sets the font used to display text in the control. (Inherited from Control.) |
![]() | FontSize | Gets or sets the size of the text in this control. (Inherited from Control.) |
![]() | FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from Control.) |
![]() | FontStyle | Gets or sets the style in which the text is rendered. (Inherited from Control.) |
![]() | FontWeight | Gets or sets the thickness of the specified font. (Inherited from Control.) |
![]() | Foreground | Gets or sets a brush that describes the foreground color. (Inherited from Control.) |
![]() | Height | Gets or sets the suggested height of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | 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.) |
![]() | 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.) |
![]() | HorizontalContentAlignment | Gets or sets the horizontal alignment of the control's content. (Inherited from Control.) |
![]() | IsAccessKeyScope | Gets or sets a value that indicates whether an element defines its own access key scope. (Inherited from UIElement.) |
![]() | IsDoubleTapEnabled | Gets or sets a value that determines whether the DoubleTapped event can originate from that element. (Inherited from UIElement.) |
![]() | IsEnabled | Gets or sets a value indicating whether the user can interact with the control. (Inherited from Control.) |
![]() | IsFocusEngaged | Get or sets a value that indicates whether focus is constrained to the control when the user presses the A/Select button on a game controller. (Inherited from Control.) |
![]() | IsFocusEngagementEnabled | Get or sets a value that indicates whether focus can be constrained to the control when the user presses the A/Select button on a game controller. (Inherited from Control.) |
![]() | IsHitTestVisible | Gets or sets whether the contained area of this UIElement can return true values for hit testing. (Inherited from UIElement.) |
![]() | IsHoldingEnabled | Gets or sets a value that determines whether the Holding event can originate from that element. (Inherited from UIElement.) |
![]() | IsLoaded | Gets a value that indicates whether the element has been added to the element tree and is ready for interaction. (Inherited from FrameworkElement.) |
![]() | IsPointerOver | Gets a value that indicates whether a device pointer is located over this button control. (Inherited from ButtonBase.) |
![]() | IsPressed | Gets a value that indicates whether a ButtonBase is currently in a pressed state. (Inherited from ButtonBase.) |
![]() | IsRightTapEnabled | Gets or sets a value that determines whether the RightTapped event can originate from that element. (Inherited from UIElement.) |
![]() | IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from UIElement.) |
![]() | IsTapEnabled | Gets or sets a value that determines whether the Tapped event can originate from that element. (Inherited from UIElement.) |
![]() | IsTextScaleFactorEnabled | Gets or sets whether automatic text enlargement, to reflect the system text size setting, is enabled. (Inherited from Control.) |
![]() | KeyboardAcceleratorPlacementMode | Gets or sets a value that indicates whether the control tooltip displays the key combination for its associated keyboard accelerator. (Inherited from UIElement.) |
![]() | KeyboardAcceleratorPlacementTarget | Gets or sets a value that indicates the control tooltip that displays the accelerator key combination. (Inherited from UIElement.) |
![]() | KeyboardAccelerators | Gets 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<br/>
Example of a menu showing keyboard accelerators for various menu items (Inherited from UIElement.) |
![]() | 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.) |
![]() | 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.) |
![]() | KeyTipTarget | Gets or sets a value that indicates the element targeted by the access key Key Tip. (Inherited from UIElement.) |
![]() | 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.) |
![]() | 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.) |
![]() | Lights | Gets the collection of XamlLight objects attached to this element. (Inherited from UIElement.) |
![]() | 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.) |
![]() | Margin | Gets or sets the outer margin of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | MaxHeight | Gets or sets the maximum height constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | MaxWidth | Gets or sets the maximum width constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | MinHeight | Gets or sets the minimum height constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | MinWidth | Gets or sets the minimum width constraint of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | 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.) |
![]() | Opacity | Gets or sets the degree of the object's opacity. (Inherited from UIElement.) |
![]() | OpacityTransition | Gets or sets the ScalarTransition that animates changes to the Opacity property. (Inherited from UIElement.) |
![]() | Padding | Gets or sets the padding inside a control. (Inherited from Control.) |
![]() | Parent | Gets the parent object of this FrameworkElement in the object tree. (Inherited from FrameworkElement.) |
![]() | PointerCaptures | Gets the set of all captured pointers, represented as Pointer values. (Inherited from UIElement.) |
![]() | Projection | Gets or sets the perspective projection (3-D effect) to apply when rendering this element. (Inherited from UIElement.) |
![]() | ProtectedCursor | Gets or sets the cursor that displays when the pointer is over this element. Defaults to null, indicating no change to the cursor. (Inherited from UIElement.) |
![]() | RasterizationScale | Gets a value that represents the number of raw (physical) pixels for each view pixel. (Inherited from UIElement.) |
![]() | RenderSize | Gets the final render size of a UIElement. Use is not recommended, see Remarks. (Inherited from UIElement.) |
![]() | RenderTransform | Gets or sets transform information that affects the rendering position of a UIElement. (Inherited from UIElement.) |
![]() | 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.) |
![]() | 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.) |
![]() | RequiresPointer | Gets or sets whether a UI element supports mouse mode, which emulates pointer interaction experiences with non-pointer input devices such as a keyboard or game controller. (Inherited from Control.) |
![]() | 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.) |
![]() | Rotation | Gets or sets the angle of clockwise rotation, in degrees. Rotates relative to the RotationAxis and the CenterPoint. Affects the rendering position of the element. (Inherited from UIElement.) |
![]() | RotationAxis | Gets or sets the axis to rotate the element around. (Inherited from UIElement.) |
![]() | RotationTransition | Gets or sets the ScalarTransition that animates changes to the Rotation property. (Inherited from UIElement.) |
![]() | Scale | Gets or sets the scale of the element. Scales relative to the element's CenterPoint. Affects the rendering position of the element. (Inherited from UIElement.) |
![]() | ScaleTransition | Gets or sets the Vector3Transition that animates changes to the Scale property. (Inherited from UIElement.) |
![]() | Shadow | Gets or sets the shadow effect cast by the element. (Inherited from UIElement.) |
![]() | Style | Gets or sets an instance Style that is applied for this object during layout and rendering. (Inherited from FrameworkElement.) |
![]() | TabFocusNavigation | Gets or sets a value that modifies how tabbing and TabIndex work for this control. (Inherited from UIElement.) |
![]() | TabIndex | Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls using the _Tab_ key. (Inherited from UIElement.) |
![]() | TabNavigation | Gets or sets a value that modifies how tabbing and UIElement.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.) |
![]() | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from FrameworkElement.) |
![]() | 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.) |
![]() | Transform3D | Gets or sets the 3-D transform effect to apply when rendering this element. (Inherited from UIElement.) |
![]() | TransformMatrix | Gets or sets the transformation matrix to apply to the element. (Inherited from UIElement.) |
![]() | Transitions | Gets or sets the collection of Transition style elements that apply to a UIElement. (Inherited from UIElement.) |
![]() | Translation | Gets or sets the x, y, and z rendering position of the element. (Inherited from UIElement.) |
![]() | TranslationTransition | Gets or sets the Vector3Transition that animates changes to the Translation property. (Inherited from UIElement.) |
![]() | Triggers | Gets the collection of triggers for animations that are defined for a FrameworkElement. Not commonly used. See Remarks. (Inherited from FrameworkElement.) |
![]() | 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.) |
![]() | UseSystemFocusVisuals | Gets or sets a value that indicates whether the control uses focus visuals drawn by the system or focus visuals defined in the control template. (Inherited from UIElement.) |
![]() | 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.) |
![]() | VerticalContentAlignment | Gets or sets the vertical alignment of the control's content. (Inherited from Control.) |
![]() | 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.) |
![]() | Width | Gets or sets the width of a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | XamlRoot | Gets or sets the XamlRoot in which this element is being viewed. (Inherited from UIElement.) |
![]() | XYFocusDown | Gets or sets the object that gets focus when a user presses down on the Directional Pad (D-pad) of a game controller. (Inherited from UIElement.) |
![]() | XYFocusDownNavigationStrategy | Gets or sets a value that specifies the strategy used to determine the target element of a down navigation. (Inherited from UIElement.) |
![]() | XYFocusKeyboardNavigation | Gets or sets a value that enables or disables navigation using the keyboard directional arrows. (Inherited from UIElement.) |
![]() | XYFocusLeft | Gets or sets the object that gets focus when a user presses left on the Directional Pad (D-pad) of a game controller. (Inherited from UIElement.) |
![]() | XYFocusLeftNavigationStrategy | Gets or sets a value that specifies the strategy used to determine the target element of a left navigation. (Inherited from UIElement.) |
![]() | XYFocusRight | Gets or sets the object that gets focus when a user presses right on the Directional Pad (D-pad) of a game controller. (Inherited from UIElement.) |
![]() | XYFocusRightNavigationStrategy | Gets or sets a value that specifies the strategy used to determine the target element of a right navigation. (Inherited from UIElement.) |
![]() | XYFocusUp | Gets or sets the object that gets focus when a user presses up on the Directional Pad (D-pad) of a game controller. (Inherited from UIElement.) |
![]() | XYFocusUpNavigationStrategy | Gets or sets a value that specifies the strategy used to determine the target element of an up navigation. (Inherited from UIElement.) |