[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.NoZoomFontZoomPolicy

NoZoomFontZoomPolicy Class

Represents a base zoom policy for controls that do not zoom the font.

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

By default, the font of control was inherited from it's parent, so the font of control will be changed if the font of it's parent was changed. Use this zoom policy to break the inherited relation and keep the font of the control.

Constructors

Name Description
NoZoomFontZoomPolicy()

Methods

Name Description
Initialize(Control)

Initializes the control before zoom action start.

Terminate(Control)

Terminate the control after zoom action completely.

ZoomFont(Control, ZoomFontInfo)

Zoom the control font.