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




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

    Property Value

    ImGearARTPolygon value.
    See Also