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




In This Topic
    Templates Property (ImGearAnnotationSettings)
    In This Topic
    Gets or sets the templates for creating annotations using the mouse.
    Syntax
    'Declaration
     
    Public Property Templates As ImGearAnnotationTemplates
    'Usage
     
    Dim instance As ImGearAnnotationSettings
    Dim value As ImGearAnnotationTemplates
     
    instance.Templates = value
     
    value = instance.Templates
    public ImGearAnnotationTemplates Templates {get; set;}
    public: __property ImGearAnnotationTemplates* get_Templates();
    public: __property void set_Templates( 
       ImGearAnnotationTemplates* value
    );
    public:
    property ImGearAnnotationTemplates^ Templates {
       ImGearAnnotationTemplates^ get();
       void set (    ImGearAnnotationTemplates^ value);
    }

    Property Value

    ImGearAnnotationTemplates value.
    Remarks
    These settings only affect mark creation if the ImageGear.Windows.Controls.PageView.MouseToolSettings.Annotation.DrawPreview property is set to false.
    See Also