Class ButtonView
[ContentProperty("Content")]
public class ButtonView : Border, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, IBorderView, IContentView, IPadding, ICrossPlatformLayout, IBorderStroke, IStroke, IStatefulView, IView, IElement, ITransform
- Inheritance
-
ButtonView
- Implements
- Inherited Members
- Extension Methods
Fields
CommandParameterProperty
public static BindableProperty CommandParameterProperty
Field Value
HoverCommandProperty
public static BindableProperty HoverCommandProperty
Field Value
HoverExitCommandProperty
public static BindableProperty HoverExitCommandProperty
Field Value
LongPressCommandProperty
public static BindableProperty LongPressCommandProperty
Field Value
PressedCommandProperty
public static BindableProperty PressedCommandProperty
Field Value
TappedCommandProperty
public static BindableProperty TappedCommandProperty
Field Value
Properties
CommandParameter
public object CommandParameter { get; set; }
Property Value
HoverCommand
public ICommand HoverCommand { get; set; }
Property Value
HoverExitCommand
public ICommand HoverExitCommand { get; set; }
Property Value
LongPressCommand
public ICommand LongPressCommand { get; set; }
Property Value
PressedCommand
public ICommand PressedCommand { get; set; }
Property Value
TappedCommand
public ICommand TappedCommand { get; set; }
Property Value
Events
HoverExited
public event EventHandler<EventArgs> HoverExited
Event Type
Hovered
public event EventHandler<EventArgs> Hovered
Event Type
LongPressed
public event EventHandler<EventArgs> LongPressed
Event Type
Pressed
public event EventHandler<EventArgs> Pressed
Event Type
Tapped
public event EventHandler<EventArgs> Tapped