Class ThumbnailButton
Represents the Thumbnail Button class
Inheritance
System.Object
ThumbnailButton
Namespace: Syncfusion.UI.Xaml.Rotator
Assembly: Syncfusion.SfRotator.UWP.dll
Syntax
public class ThumbnailButton : ContentControl
Constructors
ThumbnailButton()
Initializes a new instance of the ThumbnailButton class.
Declaration
public ThumbnailButton()
Fields
ThumbnailTemplateProperty
Using a DependencyProperty as the backing store for ThumbnailTemplateProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ThumbnailTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
ThumbnailImageTemplate
Gets or sets the template for Thumbnail ImageSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public DataTemplate ThumbnailImageTemplate { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.DataTemplate | Default value is null |
See Also
Methods
OnApplyTemplate()
On Apply Template method.
Declaration
protected override void OnApplyTemplate()
OnPointerCaptureLost(PointerRoutedEventArgs)
On pointer Capture Lost method
Declaration
protected override void OnPointerCaptureLost(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Routed event args |
OnPointerEntered(PointerRoutedEventArgs)
Pointer entered override method
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | 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 | 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 | 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 |