ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationTemplates Class / Line Property




In This Topic
    Line Property (ImGearAnnotationTemplates)
    In This Topic
    Gets or sets a Line mark to be used as a template when creating Line marks using the mouse.
    Syntax
    'Declaration
     
    Public Property Line As ImGearARTLine
    'Usage
     
    Dim instance As ImGearAnnotationTemplates
    Dim value As ImGearARTLine
     
    instance.Line = value
     
    value = instance.Line
    public ImGearARTLine Line {get; set;}
    public: __property ImGearARTLine* get_Line();
    public: __property void set_Line( 
       ImGearARTLine* value
    );
    public:
    property ImGearARTLine^ Line {
       ImGearARTLine^ get();
       void set (    ImGearARTLine^ value);
    }

    Property Value

    ImGearARTLine value.
    See Also