Class ThumbButtonInfo
Inheritance
System.Object
ThumbButtonInfo
Implements
System.Windows.Input.ICommandSource
Assembly: Syncfusion.Shared.Wpf.dll
public sealed class ThumbButtonInfo : Freezable, ICommandSource
Constructors
Declaration
Fields
CommandParameter Dependency Property
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Type |
System.Windows.DependencyProperty |
CommandTarget Dependency Property
Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty DismissWhenClickedProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsBackgroundVisibleProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsEnabledProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsInteractiveProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty VisibilityProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Declaration
public ICommand Command { get; set; }
Property Value
Type |
System.Windows.Input.ICommand |
Declaration
public object CommandParameter { get; set; }
Property Value
Declaration
public IInputElement CommandTarget { get; set; }
Property Value
Type |
System.Windows.IInputElement |
Gets or sets the Description property. This dependency property
indicates the text to display in the tooltip for this button.
Declaration
public string Description { get; set; }
Property Value
Gets or sets the DismissWhenClicked property. This dependency property
indicates whether the thumbnail window should disappear as a result
of the user clicking this button.
Declaration
public bool DismissWhenClicked { get; set; }
Property Value
Gets or sets the ImageSource property. This dependency property
indicates the ImageSource to use for this button's display.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Type |
System.Windows.Media.ImageSource |
Gets or sets the IsBackgroundVisible property. This dependency property
indicates whether the default background should be shown.
Declaration
public bool IsBackgroundVisible { get; set; }
Property Value
Gets or sets the IsEnabled property.
Declaration
public bool IsEnabled { get; set; }
Property Value
Gets or sets the IsInteractive property.
Declaration
public bool IsInteractive { get; set; }
Property Value
Gets or sets the whether this should be visible in the UI.
Declaration
public Visibility Visibility { get; set; }
Property Value
Type |
System.Windows.Visibility |
Methods
Declaration
protected override Freezable CreateInstanceCore()
Returns
Type |
System.Windows.Freezable |
Events
Declaration
public event EventHandler Click
Event Type
Implements
System.Windows.Input.ICommandSource