[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.MonthCalendarZoomPolicy

MonthCalendarZoomPolicy Class

Represents a zoom policy for MonthCalendar type control.

Inheritance
MonthCalendarZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.C1TouchToolKit.4.8.dll
Syntax
public class MonthCalendarZoomPolicy : ControlZoomPolicy
Remarks

Because of that it is invalid to changed MonthCalendar's font and bounds, so this zoom policy just adjust MonthCalendar's location. After zoom in, MonthCalendar will move to the center of the blank space.

Constructors

Name Description
MonthCalendarZoomPolicy()

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