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




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

    Property Value

    ImGearARTPolyline value.
    See Also