Name | Description | |
---|---|---|
![]() | C1ApplicationZoom Constructor | Overloaded. |
The following tables list the members exposed by C1ApplicationZoom.
Name | Description | |
---|---|---|
![]() | C1ApplicationZoom 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. |
![]() | DefaultZoomPolicies | Gets the default zoom policies. |
![]() | FullScreenMode | Gets or sets the full screen mode used by owner form. |
![]() | InnerPanelLayoutMode | Gets or sets the layout mode of InnerPanel. |
![]() | IsHorizontalRailEnabled | Gets or sets a value that indicates whether the scroll rail is enabled for the horizontal axis. |
![]() | 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. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | 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. |
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. |
![]() | Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. |
![]() ![]() | GetC1Zoom | Gets the associated C1Zoom by a specific form. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | 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) |
![]() | OnC1ZoomAttached | Raises the C1ZoomAttached event. |
![]() | OnC1ZoomAttaching | Raises the C1ZoomAttaching event. |
![]() | OnC1ZoomDetached | Raises the C1ZoomDetached event. |
Name | Description | |
---|---|---|
![]() | C1ZoomAttached | Occurs when the C1Zoom component has attached to a System.Windows.Forms.Form. |
![]() | C1ZoomAttaching | Occurs when the C1Zoom component is preparing attach to a System.Windows.Forms.Form. |
![]() | C1ZoomDetached | Occurs when the C1Zoom component has detached from a System.Windows.Forms.Form. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |