ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationSettings Class
Members




In This Topic
    ImGearAnnotationSettings Class
    In This Topic
    Provides a set of settings for the annotation user interface.
    Object Model
    ImGearAnnotationSettings ClassImGearPage ClassImGearAnnotationTemplates Class
    Syntax
    'Declaration
     
    <StyleTypedPropertyAttribute(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class ImGearAnnotationSettings 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ImGearAnnotationSettings
    [StyleTypedProperty(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class ImGearAnnotationSettings : System.Windows.DependencyObject 
    [StyleTypedProperty(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public __gc __sealed class ImGearAnnotationSettings : public System.Windows.DependencyObject 
    [StyleTypedProperty(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class ImGearAnnotationSettings sealed : public System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             ImageGear.Windows.Controls.ImGearAnnotationSettings

    See Also