C# Class RedBadger.Xpf.Controls.Primitives.ButtonBase

Inheritance: ContentControl, IInputElement
显示文件 Open project: redbadger/XPF

Public Properties

Property Type Description
IsPressedProperty ReactiveProperty

Protected Methods

Method Description
OnClick ( ) : void
OnNextGesture ( Gesture gesture ) : void

Method Details

OnClick() protected method

protected OnClick ( ) : void
return void

OnNextGesture() protected method

protected OnNextGesture ( Gesture gesture ) : void
gesture RedBadger.Xpf.Input.Gesture
return void

Property Details

IsPressedProperty public_oe static_oe property

public static ReactiveProperty IsPressedProperty
return ReactiveProperty