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
FeedbackProperty
public static readonly DependencyProperty FeedbackProperty
Field Value
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
IsDisabledProperty
Set to True to disable ripple effect
public static readonly DependencyProperty IsDisabledProperty
Field Value
RippleSizeMultiplierProperty
public static readonly DependencyProperty RippleSizeMultiplierProperty
Field Value
Methods
GetClipToBounds(DependencyObject)
public static bool GetClipToBounds(DependencyObject element)
Parameters
elementDependencyObject
Returns
GetFeedback(DependencyObject)
public static Brush GetFeedback(DependencyObject element)
Parameters
elementDependencyObject
Returns
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
elementDependencyObject
Returns
GetIsDisabled(DependencyObject)
Set to True to disable ripple effect
public static bool GetIsDisabled(DependencyObject element)
Parameters
elementDependencyObject
Returns
GetRippleSizeMultiplier(DependencyObject)
public static double GetRippleSizeMultiplier(DependencyObject element)
Parameters
elementDependencyObject
Returns
SetClipToBounds(DependencyObject, bool)
public static void SetClipToBounds(DependencyObject element, bool value)
Parameters
elementDependencyObjectvaluebool
SetFeedback(DependencyObject, Brush)
public static void SetFeedback(DependencyObject element, Brush value)
Parameters
elementDependencyObjectvalueBrush
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
elementDependencyObjectvaluebool
SetIsDisabled(DependencyObject, bool)
Set to True to disable ripple effect
public static void SetIsDisabled(DependencyObject element, bool value)
Parameters
elementDependencyObjectvaluebool
SetRippleSizeMultiplier(DependencyObject, double)
public static void SetRippleSizeMultiplier(DependencyObject element, double value)
Parameters
elementDependencyObjectvaluedouble