[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.TabControlZoomPolicy

TabControlZoomPolicy Class

Represents a zoom policy for TabControl type control.

Inheritance
TabControlZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
public class TabControlZoomPolicy : ZoomPolicy
Remarks

The TabControlZoomPolicy will change the ItemSize of the tab control when zoom.

Constructors

Name Description
TabControlZoomPolicy()

Properties

Name Description
TargetType

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

Methods

Name Description
ZoomBounds(Control, ZoomBoundsInfo)

Zoom the control bounds.

See Also