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




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

    Property Value

    ImGearARTHollowPolygon value.
    See Also