[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.SplitContainerZoomPolicy

SplitContainerZoomPolicy Class

Represents a zoom policy for SplitContainer type control.

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

After zoom, SplitContainerZoomPolicy will change SplitterDistance and SplitterWidth except for basic changes.

If FixedPanel property isn't Panel1, FixedPanel property will be set as Panel1 before zoom, and change back after zoom.

Constructors

Name Description
SplitContainerZoomPolicy()

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)

Terminate the control after zoom action completely.

ZoomBounds(Control, ZoomBoundsInfo)

Zoom the control bounds.

See Also