Version

ZoomProperties Class Properties

For a list of all members of this type, see ZoomProperties members.

Public Properties
 NameDescription
Public PropertyAllowPanningWithGesturesGets or sets if the Pan gesture can change the viewable area of the UltraZoomPanel.  
Public PropertyAllowPanningWithMouseGets or sets if holding the Control key and dragging with the mouse will pan the UltraZoomPanel.  
Public PropertyAllowZoomingWithGesturesGets or sets if the Zoom gesture can change the ZoomFactor of the UltraZoomPanel.  
Public PropertyAllowZoomingWithMouseWheelGets or sets if holding the Control key and using the mouse wheel will change the ZoomFactor of the UltraZoomPanel.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyInterceptedMessagesGets or sets which messages the UltraZoomPanel intercepts, before they reach its child controls.  
Public PropertyMaxZoomFactorGets or sets the value which restricts how large the ZoomFactor can be.  
Public PropertyMinZoomFactorGets or sets the value which restricts how small the ZoomFactor can be.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyZoomFactorGets or sets the zoom level of the associated UltraZoomPanel.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also