Name | Description | |
---|---|---|
C1Zoom Constructor | Overloaded. |
The following tables list the members exposed by C1Zoom.
Name | Description | |
---|---|---|
C1Zoom Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowDoubleTapZoom | Gets or sets a value indicating whether allow double tap to zoom. ZoomFactor will change to 2f or MaxZoomFactor if it is less than 2f before double tap; otherwise, it will change to 1f. | |
AllowMouseWheelScroll | Gets or sets which types of MouseWheel scroll are possible. | |
AllowMouseWheelZoom | Gets or sets a value indicating whether allow zoom by control + mouse wheel. | |
AllowPanScroll | Gets or sets a value indicating whether allow scroll the form by pan gesture. | |
AllowPinchZoom | Gets or sets a value indicating whether the form can perform gesture zoom. | |
AllowResizeByZoom | Gets or sets a value that indicates whether resize form when zooming form. | |
AllowZoomByResize | Gets or sets a value that indicates whether zoom form when resizing form. | |
AlternativeContentSettings | Gets the settings indicating how to display zoom factor when gesture zooming. | |
AutoShowControl | Gets or sets a value that indicates whether the control auto show when get focus or touch keyboard popup. | |
BackColor | Gets or sets the background color of blank areas in Form when to zoom and scroll. | |
BackgroundImage | Gets or sets the background image displayed in the blank areas of Form when to zoom and scroll. | |
BackgroundImageLayout | Gets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. | |
BoundaryFeedbackMode | Gets or sets a value indicating how to show visual feedback when scroll reach end point. | |
Container | (Inherited from System.ComponentModel.Component) | |
ControlBars | Gets the collection of ControlBar contained within the C1Zoom. | |
Controls | Gets the child controls of the owner form. | |
DefaultZoomPolicies | Gets the default zoom policies. | |
FullScreenMode | Gets or sets the full screen mode used by owner form. | |
InnerPanel | Gets the inner panel that contains the target form's child controls. | |
InnerPanelLayoutMode | Gets or sets the layout of InnerPanel after enlarge form. | |
IsHorizontalRailEnabled | Gets or sets a value that indicates whether the scroll rail is enabled for the horizontal axis. | |
IsPanWindowShown | Gets a value indicating whether the pan window is shown. | |
IsVerticalRailEnabled | Gets or sets a value that indicates whether the scroll rail is enabled for the vertical axis. | |
KeepAspectRatio | Gets or sets a value indicating whether to keep aspect ratio when resize the form. | |
MaxZoomFactor | Gets or sets the maximum zoom factor of the form. | |
ScrollIndicatorMode | Gets or sets a value indicating which mode to indicate current scroll location. | |
ScrollLocation | Gets or sets the scroll location of the form. | |
Site | Overridden. Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. | |
ZoomFactor | Gets or sets the zoom factor of the form. | |
ZoomPolicies | Gets the custom zoom policies. C1Zoom will look for zoom policies in this list. | |
ZoomPreviewMode | Gets or sets a value indicating how to preview the form when gesture zooming. | |
ZoomSnapDistance | Gets or sets a value indicate the minimum distance that can cause current zoom factor snap to a zoom factor in ZoomSnapPoints. | |
ZoomSnapPoints | Gets a group of zoom factor, when zoom ending, the result zoom factor will try to snap to a zoom factor in this group. | |
ZoomTargets | Gets the collection of controls that can receive the zoom gesture message. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
AboutBox | Shows the product information window. | |
BeginAddControls | Call this method before change child control collection. | |
ClosePanWindow | Closes the pan window. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. | |
EndAddControls | Call this method after change child control collection. | |
GetDisplayRectangle | Get control visibility rectangle. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
SetScrollLocation | Sets the ScrollLocation and determines whether use animation when change ScrollLocation. | |
SetZoomFactor | Sets the ZoomFactor and determines whether use animation when change ZoomFactor. | |
ShowPanWindow | Overloaded. Shows the pan window. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnAnimationCompleted | Raises the AnimationCompleted event. | |
OnAnimationStarting | Raises the AnimationStarting event. | |
OnControlAutoShowing | Raises the ControlAutoShowing event. | |
OnControlBoundsZooming | Raises the ControlBoundsZooming event. | |
OnControlFontZooming | Raises the ControlFontZooming event. | |
OnZoomFactorChanged | Raises the ZoomFactorChanged event. |
Name | Description | |
---|---|---|
AnimationCompleted | Occurs when animation is completed. | |
AnimationStarting | Occurs before C1Zoom start animation. | |
ControlAutoShowing | Occurs before C1Zoom start show the target control. | |
ControlBoundsZooming | Occurs before C1Zoom start zoom the target control's bounds. | |
ControlFontZooming | Occurs before C1Zoom start zoom the target control's font. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
ManipulationStarting | Occurs when the manipulation processor is first created. | |
ZoomFactorChanged | Occurs when ZoomFactor changed. |