Class KeyTipControl
Represents the KeyTipControl class.
Inheritance
System.Object
KeyTipControl
Namespace: Syncfusion.UI.Xaml.Ribbon
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public class KeyTipControl : ContentControl
Constructors
KeyTipControl()
Intializes the KeyTipControl class.
Declaration
public KeyTipControl()
Fields
AccessTextProperty
Identifies the AccessText dependency property.
Declaration
public static readonly DependencyProperty AccessTextProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Properties
AccessText
Gets or sets the access keytip text.
Declaration
public string AccessText { get; set; }
Property Value
Type |
---|
System.String |
Methods
MeasureOverride(Size)
Provides the measure size of the children.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | Size available for the control. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Returns the size measured. |