Class ScrollViewerTransfor
- Namespace
- HeBianGu.Control.ScrollVewerLocator
- Assembly
- HeBianGu.Control.ScrollVewerLocator.dll
[TemplatePart(Name = "PART_ViewBox_Default", Type = typeof(Viewbox))]
[TemplatePart(Name = "PART_Grid_All", Type = typeof(Grid))]
[TemplatePart(Name = "PART_Grid_Center", Type = typeof(Grid))]
public class ScrollViewerTransfor : ScrollViewer, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
ScrollViewerTransfor
- Implements
- Inherited Members
- Extension Methods
Constructors
ScrollViewerTransfor()
public ScrollViewerTransfor()
Fields
IsFullParentProperty
public static readonly DependencyProperty IsFullParentProperty
Field Value
LocateCenterCallBackProperty
public static readonly DependencyProperty LocateCenterCallBackProperty
Field Value
LocateRectCallBackProperty
public static readonly DependencyProperty LocateRectCallBackProperty
Field Value
LocationProperty
public static readonly DependencyProperty LocationProperty
Field Value
MaxScaleProperty
public static readonly DependencyProperty MaxScaleProperty
Field Value
MinScaleProperty
public static readonly DependencyProperty MinScaleProperty
Field Value
ScaleProperty
public static readonly DependencyProperty ScaleProperty
Field Value
UseDefaultCenterProperty
public static readonly DependencyProperty UseDefaultCenterProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
IsFullParent
平铺满控件
public bool IsFullParent { get; set; }
Property Value
LocateCenterCallBack
public Action<Point> LocateCenterCallBack { get; set; }
Property Value
LocateRectCallBack
public Action<Rect> LocateRectCallBack { get; set; }
Property Value
Location
左上点
public Point Location { get; set; }
Property Value
MaxScale
public double MaxScale { get; set; }
Property Value
MinScale
public double MinScale { get; set; }
Property Value
Scale
public double Scale { get; set; }
Property Value
UseDefaultCenter
public bool UseDefaultCenter { get; set; }
Property Value
Methods
GetVisual()
public Visual GetVisual()
Returns
Init()
public void Init()
LocatorCenter()
public void LocatorCenter()
LocatorCenter(Point)
以当前点为中心点显示,不缩放
public void LocatorCenter(Point center)
Parameters
center
Point
LocatorRect(Rect)
定位到当前区间,有缩放
public void LocatorRect(Rect rect)
Parameters
rect
Rect
OnApplyTemplate()
Called when an internal process or application calls ApplyTemplate(), which is used to build the current template's visual tree.
public override void OnApplyTemplate()
OnScrollChanged(ScrollChangedEventArgs)
Called when a change in scrolling state is detected, such as a change in scroll position, extent, or viewport size.
protected override void OnScrollChanged(ScrollChangedEventArgs e)
Parameters
e
ScrollChangedEventArgsThe ScrollChangedEventArgs that contain information about the change in the scrolling state.
SetScale(Point, double)
public void SetScale(Point viewBoxPosition, double delta)
Parameters
SetScaleToViewCenter(double)
public void SetScaleToViewCenter(double delta)
Parameters
delta
double