public class Button : ContentVisual, IVisualElement, Button.IBindings, ContentVisual.IBindings, Visual.IBindings
kind:method
kind:property
kind:ctor
Button()
Button(Func<Visual>)
Button(Binding<Visual?>)
Button(Visual)
ClickEvent
IsPressed
Tone
Button.IBindings.IsPressed
Button.IBindings.IsPressedInside
Button.IBindings.Tone
ArrangeCore(in Rectangle)
BindIsPressed(Binding<Boolean>)
BindIsPressedInside(Binding<Boolean>)
BindTone(Binding<ControlTone>)
MeasureCore(in LayoutConstraints)
OnClick(ClickEventArgs)
OnKeyDown(KeyEventArgs)
OnPointerMoved(PointerEventArgs)
OnPointerPressed(PointerEventArgs)
OnPointerReleased(PointerEventArgs)
RenderOverride(CellBuffer)
ClickRouted