ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTMarkTemplates Class / Protractor Property




In This Topic
    Protractor Property (ImGearARTMarkTemplates)
    In This Topic
    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 ImGearARTMarkTemplates
    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