Table of Contents

Class Ripple

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
[TemplateVisualState(GroupName = "CommonStates", Name = "Normal")]
[TemplateVisualState(GroupName = "CommonStates", Name = "MousePressed")]
[TemplateVisualState(GroupName = "CommonStates", Name = "MouseOut")]
public class Ripple : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
Ripple
Implements
Inherited Members
Extension Methods

Constructors

Ripple()

public Ripple()

Fields

FeedbackProperty

public static readonly DependencyProperty FeedbackProperty

Field Value

DependencyProperty

RecognizesAccessKeyProperty

The DependencyProperty for the RecognizesAccessKey property. Default Value: false

public static readonly DependencyProperty RecognizesAccessKeyProperty

Field Value

DependencyProperty

RippleSizeProperty

public static readonly DependencyProperty RippleSizeProperty

Field Value

DependencyProperty

RippleXProperty

public static readonly DependencyProperty RippleXProperty

Field Value

DependencyProperty

RippleYProperty

public static readonly DependencyProperty RippleYProperty

Field Value

DependencyProperty

TemplateStateMouseOut

public const string TemplateStateMouseOut = "MouseOut"

Field Value

string

TemplateStateMousePressed

public const string TemplateStateMousePressed = "MousePressed"

Field Value

string

TemplateStateNormal

public const string TemplateStateNormal = "Normal"

Field Value

string

Properties

Feedback

public Brush Feedback { get; set; }

Property Value

Brush

RecognizesAccessKey

Determine if Ripple should use AccessText in its style

public bool RecognizesAccessKey { get; set; }

Property Value

bool

RippleSize

public double RippleSize { get; }

Property Value

double

RippleX

public double RippleX { get; }

Property Value

double

RippleY

public double RippleY { get; }

Property Value

double

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)

Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventArgs e)

Parameters

e MouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed.