VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / AnnotatedThumbnailImageItem Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
AnnotatedThumbnailImageItem Class
In This Topic
Content control that represents a thumbnail of VintasoftImage with annotations.
Object Model
VintasoftImage WpfThumbnailViewer AnnotatedThumbnailImageItem
Syntax
'Declaration

<LocalizabilityAttribute(Ignore)>
<ContentPropertyAttribute("Children")>
<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 Class AnnotatedThumbnailImageItem
   Inherits Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem

[Localizability(Ignore)]
[ContentProperty("Children")]
[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 class AnnotatedThumbnailImageItem : Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Panel
                     Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem
                        Vintasoft.Imaging.Annotation.Wpf.UI.AnnotatedThumbnailImageItem

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