[]
Represents a base zoom policy for scrollable control.
public class ScrollableControlZoomPolicy : ControlZoomPolicy
This zoom policy will cache and restore the autoscroll location when zoom.
Name | Description |
---|---|
ScrollableControlZoomPolicy() |
Name | Description |
---|---|
TargetType | Gets the type indicates which control type can use this policy. |
Name | Description |
---|---|
Initialize(Control) | Initializes the control before zoom action start. |
Terminate(Control) | Terminates the specified control. |
ZoomBounds(Control, ZoomBoundsInfo) | Zoom the control bounds. |
ZoomFont(Control, ZoomFontInfo) | Zoom the control font. |