[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ZoomPolicy.ZoomFont

ZoomFont Method

ZoomFont(Control, ZoomFontInfo)

Zoom the control font.

Declaration
public virtual void ZoomFont(Control control, ZoomFontInfo infos)
Parameters
Type Name Description
Control control

The specified control.

ZoomFontInfo infos

A ZoomFontInfo type infomation provided by C1Zoom to help zoom font.

Remarks

Default logic will change the font of Control. If the control has other font need to change. User can add logic in this method.