Leadtools.Silverlight.Controls Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ImageViewer Class Members
See Also  Fields  Properties  Methods  Events
Leadtools.Silverlight.Controls Namespace : ImageViewer Class

The following tables list the members exposed by ImageViewer.

Public Constructors

 NameDescription
Public Constructor ImageViewer Constructor Initializes a new instance of the ImageViewer class.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic) HorizontalOffsetProperty Identifies the HorizontalOffset dependency property.  
Public Fieldstatic (Shared in Visual Basic) HorizontalScrollBarVisibilityProperty Identifies the HorizontalScrollBarVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic) ImageHorizontalAlignmentProperty Identifies the ImageHorizontalAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic) ImageVerticalAlignmentProperty Identifies the ImageVerticalAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic) InteractiveModeProperty Identifies the ImageViewer.InteractiveMode dependency property.  
Public Fieldstatic (Shared in Visual Basic) MagnifyGlassProperty Identifies the MagnifyGlass dependency property.  
Public Fieldstatic (Shared in Visual Basic) ScaleFactorProperty Identifies the ScaleFactor dependency property.  
Public Fieldstatic (Shared in Visual Basic) SizeModeProperty Identifies the SizeMode dependency property.  
Public Fieldstatic (Shared in Visual Basic) SourceProperty Identifies the Source dependency property.  
Public Fieldstatic (Shared in Visual Basic) VerticalOffsetProperty Identifies the VerticalOffset dependency property.  
Public Fieldstatic (Shared in Visual Basic) VerticalScrollBarVisibilityProperty Identifies the VerticalScrollBarVisibility dependency property.  
Top

Public Properties

 NameDescription
Public Property ActualHeight (Inherited from System.Windows.FrameworkElement)
Public Property ActualWidth (Inherited from System.Windows.FrameworkElement)
Public Property Background (Inherited from System.Windows.Controls.Control)
Public Property BorderBrush (Inherited from System.Windows.Controls.Control)
Public Property BorderThickness (Inherited from System.Windows.Controls.Control)
Public Property Clip (Inherited from System.Windows.UIElement)
Public Property Content (Inherited from System.Windows.Controls.ContentControl)
Public Property ContentTemplate (Inherited from System.Windows.Controls.ContentControl)
Public Property Cursor (Inherited from System.Windows.FrameworkElement)
Public Property DataContext (Inherited from System.Windows.FrameworkElement)
Public Property DesiredSize (Inherited from System.Windows.UIElement)
Public Property Dispatcher (Inherited from System.Windows.DependencyObject)
Public Property FontFamily (Inherited from System.Windows.Controls.Control)
Public Property FontSize (Inherited from System.Windows.Controls.Control)
Public Property FontStretch (Inherited from System.Windows.Controls.Control)
Public Property FontStyle (Inherited from System.Windows.Controls.Control)
Public Property FontWeight (Inherited from System.Windows.Controls.Control)
Public Property Foreground (Inherited from System.Windows.Controls.Control)
Public Property HasScroll Gets a value that indicates if the ImageViewer has a horizontal or vertical scroll bars.  
Public Property Height (Inherited from System.Windows.FrameworkElement)
Public Property HorizontalAlignment (Inherited from System.Windows.FrameworkElement)
Public Property HorizontalContentAlignment (Inherited from System.Windows.Controls.Control)
Public Property HorizontalOffset Gets the current value for the horizontal scroll bar for the image display.  
Public Property HorizontalScaleFactor Gets the current horizontal scaling factor for the image display.  
Public Property HorizontalScrollBarVisibility Gets or sets a value to indicate how to display the horizontal scroll bar.  
Public Property ImageHorizontalAlignment Gets and sets a value that determines how to center the image in the control's client area horizontally, when the width of the destination rectangle is smaller than the width of the client area.  
Public Property ImageVerticalAlignment Gets and sets a value that determines how to center the image in the control's client area vertically, when the height of the destination rectangle is smaller than the height of the client area.  
Public Property InteractiveMode Gets or sets the value that controls user interaction with the control's display.  
Public Property IsEnabled (Inherited from System.Windows.Controls.Control)
Public Property IsHitTestVisible (Inherited from System.Windows.UIElement)
Public Property IsInteractiveModeBusy Determines if the user is currently involved in an interactive operation.  
Public Property IsTabStop (Inherited from System.Windows.Controls.Control)
Public Property Language (Inherited from System.Windows.FrameworkElement)
Public Property MagnifyGlass Gets or sets the MagnifyGlass object used to perform Magnifying Glass operations for this ImageViewer.  
Public Property Margin (Inherited from System.Windows.FrameworkElement)
Public Property MaxHeight (Inherited from System.Windows.FrameworkElement)
Public Property MaxWidth (Inherited from System.Windows.FrameworkElement)
Public Property MinHeight (Inherited from System.Windows.FrameworkElement)
Public Property MinWidth (Inherited from System.Windows.FrameworkElement)
Public Property Name (Inherited from System.Windows.FrameworkElement)
Public Property Opacity (Inherited from System.Windows.UIElement)
Public Property OpacityMask (Inherited from System.Windows.UIElement)
Public Property Padding (Inherited from System.Windows.Controls.Control)
Public Property Parent (Inherited from System.Windows.FrameworkElement)
Public Property RenderSize (Inherited from System.Windows.UIElement)
Public Property RenderTransform (Inherited from System.Windows.UIElement)
Public Property RenderTransformOrigin (Inherited from System.Windows.UIElement)
Public Property Resources (Inherited from System.Windows.FrameworkElement)
Public Property ScaleFactor The zoom factor used to display the image.  
Public Property SizeMode Determines how the ImageViewer displays the image.  
Public Property Source Gets or sets the ImageSource for the ImageViewer.  
Public Property Style (Inherited from System.Windows.FrameworkElement)
Public Property TabIndex (Inherited from System.Windows.Controls.Control)
Public Property TabNavigation (Inherited from System.Windows.Controls.Control)
Public Property Tag (Inherited from System.Windows.FrameworkElement)
Public Property Template (Inherited from System.Windows.Controls.Control)
Public Property Triggers (Inherited from System.Windows.FrameworkElement)
Public Property UseLayoutRounding (Inherited from System.Windows.UIElement)
Public Property VerticalAlignment (Inherited from System.Windows.FrameworkElement)
Public Property VerticalContentAlignment (Inherited from System.Windows.Controls.Control)
Public Property VerticalOffset Gets the current value for the vertical scroll bar for the image display.  
Public Property VerticalScaleFactor Gets the current vertical scaling factor for the image display.  
Public Property VerticalScrollBarVisibility Gets or sets a value to indicate how to display the vertical scroll bar.  
Public Property Visibility (Inherited from System.Windows.UIElement)
Public Property Width (Inherited from System.Windows.FrameworkElement)
Top

Protected Properties

 NameDescription
Protected Property DefaultStyleKey (Inherited from System.Windows.Controls.Control)
Top

Public Methods

 NameDescription
Public Method ApplyTemplate (Inherited from System.Windows.Controls.Control)
Public Method Arrange (Inherited from System.Windows.UIElement)
Public Method CaptureMouse (Inherited from System.Windows.UIElement)
Public Method CenterAtPoint Centers the image display at the specified point.  
Public Method CheckAccess (Inherited from System.Windows.DependencyObject)
Public Method FindName (Inherited from System.Windows.FrameworkElement)
Public Method Focus (Inherited from System.Windows.Controls.Control)
Public Method InvalidateArrange (Inherited from System.Windows.UIElement)
Public Method InvalidateMeasure (Inherited from System.Windows.UIElement)
Public Method Measure (Inherited from System.Windows.UIElement)
Public Method OnApplyTemplateOverridden.  This member overrides FrameworkElement.OnApplyTemplate.  
Public Method ReleaseMouseCapture (Inherited from System.Windows.UIElement)
Public Method SetBinding (Inherited from System.Windows.FrameworkElement)
Public Method TransformToVisual (Inherited from System.Windows.UIElement)
Public Method UpdateLayout (Inherited from System.Windows.UIElement)
Public Method ZoomToRectangle Zooms the image to the specified rectangle.  
Top

Protected Methods

 NameDescription
Protected Method ArrangeOverride (Inherited from System.Windows.FrameworkElement)
Protected Method GetTemplateChild (Inherited from System.Windows.Controls.Control)
Protected Method MeasureOverride (Inherited from System.Windows.FrameworkElement)
Protected Method OnContentChanged (Inherited from System.Windows.Controls.ContentControl)
Protected Method OnCreateAutomationPeer (Inherited from System.Windows.UIElement)
Protected Method OnGotFocus (Inherited from System.Windows.Controls.Control)
Protected Method OnImageHorizontalAlignmentChanged Raises the ImageHorizontalAlignmentChanged event.  
Protected Method OnImageVerticalAlignmentChanged Raises the ImageVerticalAlignmentChanged event.  
Protected Method OnInteractiveCenterAt Raises the InteractiveCenterAt event.  
Protected Method OnInteractiveMagnifyGlass Raises the InteractiveMagnifyGlass event.  
Protected Method OnInteractiveModeChanged Raises the InteractiveModeChanged event.  
Protected Method OnInteractiveModeEnded Raises the InteractiveModeEnded event.  
Protected Method OnInteractivePan Raises the InteractivePan event.  
Protected Method OnInteractiveScale Raises the InteractiveScale event.  
Protected Method OnInteractiveZoomTo Raises the InteractiveZoomTo event.  
Protected Method OnKeyDown (Inherited from System.Windows.Controls.Control)
Protected Method OnKeyUp (Inherited from System.Windows.Controls.Control)
Protected Method OnLostFocus (Inherited from System.Windows.Controls.Control)
Protected Method OnMagnifyGlassChanged Raises the MagnifyGlassChanged event.  
Protected Method OnMouseEnter (Inherited from System.Windows.Controls.Control)
Protected Method OnMouseLeave (Inherited from System.Windows.Controls.Control)
Protected Method OnMouseLeftButtonDownOverridden.  Occurs when the user presses the left mouse button.  
Protected Method OnMouseLeftButtonUpOverridden.  Occurs when the user releases the left mouse button.  
Protected Method OnMouseMoveOverridden.  Occurs when the user moves the mouse over the control.  
Protected Method OnScaleFactorChanged Raises the ScaleFactorChanged event.  
Protected Method OnSizeModeChanged Raises the SizeModeChanged event.  
Protected Method OnSourceChanged Raises the SourceChanged event.  
Top

Public Events

 NameDescription
Public Event BindingValidationError (Inherited from System.Windows.FrameworkElement)
Public Event GotFocus (Inherited from System.Windows.UIElement)
Public Event ImageHorizontalAlignmentChanged Occurs when the value of the ImageHorizontalAlignment property changes.  
Public Event ImageSizeChanged Occurs when the size of the image has changed..  
Public Event ImageVerticalAlignmentChanged Occurs when the value of the ImageVerticalAlignment property changes.  
Public Event InteractiveCenterAt Occurs when the user interacts with the center of the image display.  
Public Event InteractiveMagnifyGlass Occurs when the user is using the MagnifyGlass.  
Public Event InteractiveModeChanged Occurs when the value of the ImageViewer.InteractiveMode property changes.  
Public Event InteractiveModeEnded Occurs when the operation of the current ImageViewer.InteractiveMode ended successfully.  
Public Event InteractivePan Occurs when the user performs interactive panning of the image display.  
Public Event InteractiveScale Occurs when the user performs an interactive change of the current scaling factor using the mouse.  
Public Event InteractiveZoomTo Occurs when the user interacts with the center of the image display.  
Public Event IsEnabledChanged (Inherited from System.Windows.Controls.Control)
Public Event KeyDown (Inherited from System.Windows.UIElement)
Public Event KeyUp (Inherited from System.Windows.UIElement)
Public Event LayoutUpdated (Inherited from System.Windows.FrameworkElement)
Public Event Loaded (Inherited from System.Windows.FrameworkElement)
Public Event LostFocus (Inherited from System.Windows.UIElement)
Public Event LostMouseCapture (Inherited from System.Windows.UIElement)
Public Event MagnifyGlassChanged Occurs when the value of the MagnifyGlass property changes.  
Public Event MouseEnter (Inherited from System.Windows.UIElement)
Public Event MouseLeave (Inherited from System.Windows.UIElement)
Public Event MouseLeftButtonDown (Inherited from System.Windows.UIElement)
Public Event MouseLeftButtonUp (Inherited from System.Windows.UIElement)
Public Event MouseMove (Inherited from System.Windows.UIElement)
Public Event ScaleFactorChanged Occurs when the value of the ScaleFactor property changes.  
Public Event ScrollChanged Occurs when either the horizontal or vertical scroll bar of the ImageViewer changes.  
Public Event SizeChanged (Inherited from System.Windows.FrameworkElement)
Public Event SizeModeChanged Occurs when the value of the SizeMode property changes.  
Public Event SourceChanged Occurs when the value of the Source property changes.  
Public Event TransformChanged Occurs when either the horizontal or vertical scroll bar of the ImageViewer changes or any kind of zooming done using SizeMode, ScaleFactor, or by setting ImageViewer.InteractiveMode to ImageViewerInteractiveMode.Scale or ImageViewerInteractiveMode.ZoomTo.  
Top

See Also

ImageViewer requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features