[]
Represents a base zoom policy for controls that do not zoom the font.
public abstract class NoZoomFontZoomPolicy : ZoomPolicy
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.
Name | Description |
---|---|
NoZoomFontZoomPolicy() |
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. |