Table of Contents

Class RippleAssist

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public static class RippleAssist
Inheritance
RippleAssist
Inherited Members

Fields

ClipToBoundsProperty

public static readonly DependencyProperty ClipToBoundsProperty

Field Value

DependencyProperty

FeedbackProperty

public static readonly DependencyProperty FeedbackProperty

Field Value

DependencyProperty

IsCenteredProperty

Set to true to cause the ripple to originate from the centre of the content. Otherwise the effect will originate from the mouse down position.

public static readonly DependencyProperty IsCenteredProperty

Field Value

DependencyProperty

IsDisabledProperty

Set to True to disable ripple effect

public static readonly DependencyProperty IsDisabledProperty

Field Value

DependencyProperty

RippleSizeMultiplierProperty

public static readonly DependencyProperty RippleSizeMultiplierProperty

Field Value

DependencyProperty

Methods

GetClipToBounds(DependencyObject)

public static bool GetClipToBounds(DependencyObject element)

Parameters

element DependencyObject

Returns

bool

GetFeedback(DependencyObject)

public static Brush GetFeedback(DependencyObject element)

Parameters

element DependencyObject

Returns

Brush

GetIsCentered(DependencyObject)

Set to true to cause the ripple to originate from the centre of the content. Otherwise the effect will originate from the mouse down position.

public static bool GetIsCentered(DependencyObject element)

Parameters

element DependencyObject

Returns

bool

GetIsDisabled(DependencyObject)

Set to True to disable ripple effect

public static bool GetIsDisabled(DependencyObject element)

Parameters

element DependencyObject

Returns

bool

GetRippleSizeMultiplier(DependencyObject)

public static double GetRippleSizeMultiplier(DependencyObject element)

Parameters

element DependencyObject

Returns

double

SetClipToBounds(DependencyObject, bool)

public static void SetClipToBounds(DependencyObject element, bool value)

Parameters

element DependencyObject
value bool

SetFeedback(DependencyObject, Brush)

public static void SetFeedback(DependencyObject element, Brush value)

Parameters

element DependencyObject
value Brush

SetIsCentered(DependencyObject, bool)

Set to true to cause the ripple to originate from the centre of the content. Otherwise the effect will originate from the mouse down position.

public static void SetIsCentered(DependencyObject element, bool value)

Parameters

element DependencyObject
value bool

SetIsDisabled(DependencyObject, bool)

Set to True to disable ripple effect

public static void SetIsDisabled(DependencyObject element, bool value)

Parameters

element DependencyObject
value bool

SetRippleSizeMultiplier(DependencyObject, double)

public static void SetRippleSizeMultiplier(DependencyObject element, double value)

Parameters

element DependencyObject
value double