ImageGear .NET v24.12 - Updated
Protractor Property (ImGearAnnotationTemplates)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationTemplates Class : Protractor Property
Gets or sets a Protractor mark to be used as a template when creating Protractor marks using the mouse.
Syntax
'Declaration
 
Public Property Protractor As ImGearARTProtractor
'Usage
 
Dim instance As ImGearAnnotationTemplates
Dim value As ImGearARTProtractor
 
instance.Protractor = value
 
value = instance.Protractor
public ImGearARTProtractor Protractor {get; set;}
public: __property ImGearARTProtractor* get_Protractor();
public: __property void set_Protractor( 
   ImGearARTProtractor* value
);
public:
property ImGearARTProtractor^ Protractor {
   ImGearARTProtractor^ get();
   void set (    ImGearARTProtractor^ value);
}

Property Value

ImGearARTProtractor value.
See Also

Reference

ImGearAnnotationTemplates Class
ImGearAnnotationTemplates Members