Class ScrollViewerService
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class ScrollViewerService
- Inheritance
-
ScrollViewerService
- Inherited Members
- Extension Methods
Fields
UseBottomEndProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseBottomEndProperty
Field Value
UseDownLineProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseDownLineProperty
Field Value
UseDownPageProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseDownPageProperty
Field Value
UseLeftHomeProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseLeftHomeProperty
Field Value
UseLeftLineProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseLeftLineProperty
Field Value
UseLeftPageProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseLeftPageProperty
Field Value
UseRightEndProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseRightEndProperty
Field Value
UseRightLineProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseRightLineProperty
Field Value
UseRightPageProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseRightPageProperty
Field Value
UseTopHomeProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseTopHomeProperty
Field Value
UseUpLineProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseUpLineProperty
Field Value
UseUpPageProperty
应用窗体关闭和显示
public static readonly DependencyProperty UseUpPageProperty
Field Value
Methods
GetUseBottomEnd(DependencyObject)
public static bool GetUseBottomEnd(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseDownLine(DependencyObject)
public static bool GetUseDownLine(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseDownPage(DependencyObject)
public static bool GetUseDownPage(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseLeftHome(DependencyObject)
public static bool GetUseLeftHome(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseLeftLine(DependencyObject)
public static bool GetUseLeftLine(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseLeftPage(DependencyObject)
public static bool GetUseLeftPage(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseRightEnd(DependencyObject)
public static bool GetUseRightEnd(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseRightLine(DependencyObject)
public static bool GetUseRightLine(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseRightPage(DependencyObject)
public static bool GetUseRightPage(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseTopHome(DependencyObject)
public static bool GetUseTopHome(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseUpLine(DependencyObject)
public static bool GetUseUpLine(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetUseUpPage(DependencyObject)
public static bool GetUseUpPage(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
OnUseBottomEndChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseBottomEndChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseDownLineChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseDownLineChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseDownPageChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseDownPageChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseLeftHomeChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseLeftHomeChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseLeftLineChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseLeftLineChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseLeftPageChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseLeftPageChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseRightEndChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseRightEndChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseRightLineChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseRightLineChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseRightPageChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseRightPageChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseTopHomeChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseTopHomeChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseUpLineChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseUpLineChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnUseUpPageChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnUseUpPageChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
SetUseBottomEnd(DependencyObject, bool)
public static void SetUseBottomEnd(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseDownLine(DependencyObject, bool)
public static void SetUseDownLine(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseDownPage(DependencyObject, bool)
public static void SetUseDownPage(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseLeftHome(DependencyObject, bool)
public static void SetUseLeftHome(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseLeftLine(DependencyObject, bool)
public static void SetUseLeftLine(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseLeftPage(DependencyObject, bool)
public static void SetUseLeftPage(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseRightEnd(DependencyObject, bool)
public static void SetUseRightEnd(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseRightLine(DependencyObject, bool)
public static void SetUseRightLine(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseRightPage(DependencyObject, bool)
public static void SetUseRightPage(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseTopHome(DependencyObject, bool)
public static void SetUseTopHome(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseUpLine(DependencyObject, bool)
public static void SetUseUpLine(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool
SetUseUpPage(DependencyObject, bool)
public static void SetUseUpPage(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool