| | 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. |