[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ScrollableControlZoomPolicy

ScrollableControlZoomPolicy Class

Represents a base zoom policy for scrollable control.

Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
public class ScrollableControlZoomPolicy : ControlZoomPolicy
Remarks

This zoom policy will cache and restore the autoscroll location when zoom.

Constructors

Name Description
ScrollableControlZoomPolicy()

Properties

Name Description
TargetType

Gets the type indicates which control type can use this policy.

Methods

Name Description
Initialize(Control)

Initializes the control before zoom action start.

Terminate(Control)

Terminates the specified control.

ZoomBounds(Control, ZoomBoundsInfo)

Zoom the control bounds.

ZoomFont(Control, ZoomFontInfo)

Zoom the control font.

See Also