VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfVisualTool Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
WpfVisualTool Class
In This Topic
Provides the abstract base class for visual tools.
Object Model
WpfImageViewer WpfVisualTool
Syntax
'Declaration

<DesignTimeVisibleAttribute("Visible = False")>
<ToolboxItemAttribute("ToolboxItemType = null", "ToolboxItemTypeName = ")>
<DefaultPropertyAttribute("Content")>
<ContentPropertyAttribute("Content")>
<LocalizabilityAttribute(None)>
<StyleTypedPropertyAttribute("Property = FocusVisualStyle", "StyleTargetType = System.Windows.Controls.Control")>
<XmlLangPropertyAttribute("Name = Language")>
<UsableDuringInitializationAttribute("Usable = True")>
<RuntimeNamePropertyAttribute("Name = Name")>
<UidPropertyAttribute()>
<TypeDescriptionProviderAttribute("TypeName = MS.Internal.ComponentModel.DependencyObjectProvider")>
<NameScopePropertyAttribute("Name = NameScope", "Type = System.Windows.NameScope")>
Public MustInherit Class WpfVisualTool
   Inherits System.Windows.Controls.ContentControl

[DesignTimeVisible("Visible = False")]
[ToolboxItem("ToolboxItemType = null", "ToolboxItemTypeName = ")]
[DefaultProperty("Content")]
[ContentProperty("Content")]
[Localizability(None)]
[StyleTypedProperty("Property = FocusVisualStyle", "StyleTargetType = System.Windows.Controls.Control")]
[XmlLangProperty("Name = Language")]
[UsableDuringInitialization("Usable = True")]
[RuntimeNameProperty("Name = Name")]
[UidProperty()]
[TypeDescriptionProvider("TypeName = MS.Internal.ComponentModel.DependencyObjectProvider")]
[NameScopeProperty("Name = NameScope", "Type = System.Windows.NameScope")]
public abstract class WpfVisualTool : System.Windows.Controls.ContentControl

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        Vintasoft.Imaging.Wpf.UI.VisualTools.WpfVisualTool
                           Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.WpfCommentVisualTool
                           Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.WpfEcgVisualTool
                           Vintasoft.Imaging.Pdf.Wpf.UI.WpfPdfVisualTool
                           Vintasoft.Imaging.Pdf.Wpf.UI.WpfPdfTextMarkupTool
                           Vintasoft.Imaging.Wpf.UI.VisualTools.WpfDocumentNavigationTool
                           Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfUserInteractionVisualTool
                           Vintasoft.Imaging.Wpf.UI.VisualTools.WpfTextSelectionTool
                           Vintasoft.Imaging.Wpf.UI.VisualTools.WpfCompositeVisualTool
                           Vintasoft.Imaging.Wpf.UI.VisualTools.WpfHighlightTool<T>
                           Vintasoft.Imaging.Wpf.UI.VisualTools.WpfImageMapTool
                           Vintasoft.Imaging.Wpf.UI.VisualTools.WpfImageViewerProcessingTool
                           Vintasoft.Imaging.Wpf.UI.VisualTools.WpfMagnifierTool
                           Vintasoft.Imaging.Wpf.UI.VisualTools.WpfPanTool
                           Vintasoft.Imaging.Wpf.UI.VisualTools.WpfZoomTool

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also