Class TabStripButton
Represents the TabStripButton class
Inheritance
System.Object
TabStripButton
Namespace: Syncfusion.UI.Xaml.Rotator
Assembly: Syncfusion.SfRotator.UWP.dll
Syntax
public class TabStripButton : Control
Constructors
TabStripButton()
Initializes a new instance of the TabStripButton class.
Declaration
public TabStripButton()
Fields
TabStripImageTemplateProperty
Using a DependencyProperty as the backing store for TabStripImageTemplateProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TabStripImageTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Methods
OnApplyTemplate()
On apply Template
Declaration
protected override void OnApplyTemplate()
OnPointerEntered(PointerRoutedEventArgs)
Pointer Entered Override method
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Routed event args |
OnPointerExited(PointerRoutedEventArgs)
Pointer Exited Override method
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Routed event args |
OnPointerPressed(PointerRoutedEventArgs)
Pointer Pressed Override method
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Routed event args |
OnPointerReleased(PointerRoutedEventArgs)
Pointer Released Override method
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Routed event args |