TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ApplicationZoom Class
Properties Methods Events


In This Topic
    C1ApplicationZoom Class Members
    In This Topic

    The following tables list the members exposed by C1ApplicationZoom.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets or sets which types of MouseWheel scroll are possible.  
    Public PropertyGets or sets a value indicating whether allow zoom by control + mouse wheel.  
    Public PropertyGets or sets a value indicating whether allow scroll the form by pan gesture.  
    Public PropertyGets or sets a value indicating whether the form can perform gesture zoom.  
    Public PropertyGets or sets a value that indicates whether resize form when zooming form.  
    Public PropertyGets or sets a value that indicates whether zoom form when resizing form.  
    Public PropertyGets the settings indicating how to display zoom factor when gesture zooming.  
    Public PropertyGets or sets a value that indicates whether the control auto show when get focus or touch keyboard popup.  
    Public PropertyGets or sets the background color of blank areas in Form when to zoom and scroll.  
    Public PropertyGets or sets the background image displayed in the blank areas of Form when to zoom and scroll.  
    Public PropertyGets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration.  
    Public PropertyGets or sets a value indicating how to show visual feedback when scroll reach end point.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the collection of ControlBar contained within the C1Zoom.  
    Public PropertyGets the default zoom policies.  
    Public PropertyGets or sets the full screen mode used by owner form.  
    Public PropertyGets or sets the layout mode of InnerPanel.  
    Public PropertyGets or sets a value that indicates whether the scroll rail is enabled for the horizontal axis.  
    Public PropertyGets or sets a value that indicates whether the scroll rail is enabled for the vertical axis.  
    Public PropertyGets or sets a value indicating whether to keep aspect ratio when resize the form.  
    Public PropertyGets or sets the maximum zoom factor of the form.  
    Public PropertyGets or sets a value indicating which mode to indicate current scroll location.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the custom zoom policies. C1Zoom will look for zoom policies in this list.  
    Public PropertyGets or sets a value indicating how to preview the form when gesture zooming.  
    Public PropertyGets or sets a value indicate the minimum distance that can cause current zoom factor snap to a zoom factor in ZoomSnapPoints.  
    Public PropertyGets a group of zoom factor, when zoom ending, the result zoom factor will try to snap to a zoom factor in this group.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public MethodShows the product information window.  
    Public MethodOverloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources.  
    Public Methodstatic (Shared in Visual Basic)Gets the associated C1Zoom by a specific form.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaises the C1ZoomAttached event.  
    Protected MethodRaises the C1ZoomAttaching event.  
    Protected MethodRaises the C1ZoomDetached event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the C1Zoom component has attached to a System.Windows.Forms.Form.  
    Public EventOccurs when the C1Zoom component is preparing attach to a System.Windows.Forms.Form.  
    Public EventOccurs when the C1Zoom component has detached from a System.Windows.Forms.Form.  
    Public Event (Inherited from System.ComponentModel.Component)
    Top
    See Also