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

The following tables list the members exposed by ImagePanViewer.

Public Constructors

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

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic) InnerBrushProperty Identifies the InnerBrush dependency property.  
Public Fieldstatic (Shared in Visual Basic) OuterBrushProperty Identifies the OuterBrush dependency property.  
Public Fieldstatic (Shared in Visual Basic) PositionProperty Identifies the Position dependency property.  
Public Fieldstatic (Shared in Visual Basic) SourceProperty Identifies the Source dependency property.  
Public Fieldstatic (Shared in Visual Basic) StrokeProperty Identifies the Stroke dependency property.  
Public Fieldstatic (Shared in Visual Basic) StrokeThicknessProperty Identifies the StrokeThickness 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 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 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 InnerBrush Gets or sets the brush to be used for the pan rectangle. This is a dependency property.  
Public Property IsEnabled (Inherited from System.Windows.Controls.Control)
Public Property IsHitTestVisible (Inherited from System.Windows.UIElement)
Public Property IsTabStop (Inherited from System.Windows.Controls.Control)
Public Property Language (Inherited from System.Windows.FrameworkElement)
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 OuterBrush Gets or sets the brush to be used to fill the area located outside the pan viewer rectangle. This is a dependency property.  
Public Property Padding (Inherited from System.Windows.Controls.Control)
Public Property Parent (Inherited from System.Windows.FrameworkElement)
Public Property Position Gets or sets the position for the ImagePanViewer control. This is a dependency property.  
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 Source Gets or sets the viewer currently assigned for the panning process by the control. This is a dependency property.  
Public Property Stroke Gets or sets the border brush used to draw the Pan Rectangle. This is a dependency property.  
Public Property StrokeThickness Gets or sets the border thickness used to draw the Pan Rectangle. This is a dependency property.  
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 Visibility (Inherited from System.Windows.UIElement)
Public Property Width (Inherited from System.Windows.FrameworkElement)
Top

Protected Properties

Public Methods

Protected Methods

 NameDescription
Protected Method ArrangeOverride (Inherited from System.Windows.FrameworkElement)
Protected Method GetTemplateChild (Inherited from System.Windows.Controls.Control)
Protected Method MeasureOverrideOverridden.  This member overrides FrameworkElement.MeasureOverride.  
Protected Method OnCreateAutomationPeer (Inherited from System.Windows.UIElement)
Protected Method OnGotFocus (Inherited from System.Windows.Controls.Control)
Protected Method OnInnerBrushChanged Raises the InnerBrushChanged 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 OnMouseEnter (Inherited from System.Windows.Controls.Control)
Protected Method OnMouseLeave (Inherited from System.Windows.Controls.Control)
Protected Method OnMouseLeftButtonDownOverridden.  Occurs when the user presses a left mouse button.  
Protected Method OnMouseLeftButtonUpOverridden.  Occurs when the user releases a left mouse button.  
Protected Method OnMouseMoveOverridden.  Occurs when the user moves the mouse over the control.  
Protected Method OnOuterBrushChanged Raises the OuterBrushChanged event.  
Protected Method OnPan Raises the Pan event.  
Protected Method OnPositionChanged Raises the PositionChanged event.  
Protected Method OnSourceChanged Raises the SourceChanged event.  
Protected Method OnStrokeChanged Raises the StrokeChanged event.  
Protected Method OnStrokeThicknessChanged Raises the StrokeThicknessChanged event.  
Top

Public Events

 NameDescription
Public Event BindingValidationError (Inherited from System.Windows.FrameworkElement)
Public Event GotFocus (Inherited from System.Windows.UIElement)
Public Event InnerBrushChanged Occurs when the value of the InnerBrush property changes.  
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 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 OuterBrushChanged Occurs when the value of the OuterBrush property changes.  
Public Event Pan Occurs when the user performs a panning process for the ImagePanViewer displayed image.  
Public Event PositionChanged Occurs when the value of the Position property changes.  
Public Event SizeChanged (Inherited from System.Windows.FrameworkElement)
Public Event SourceChanged Occurs when the value of the Source property changes.  
Public Event StrokeChanged Occurs when the value of the Stroke property changes.  
Public Event StrokeThicknessChanged Occurs when the value of the StrokeThickness property changes.  
Top

See Also

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