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




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

    Property Value

    ImGearARTFilledRectangle value.
    See Also