ImageGear .NET v24.12 - Updated
Templates Property (ImGearAnnotationSettings)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationSettings Class : Templates Property
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

Reference

ImGearAnnotationSettings Class
ImGearAnnotationSettings Members