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




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

    Property Value

    ImGearARTFilledPolygon value.
    See Also