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




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

    Property Value

    ImGearARTFilledEllipse value.
    See Also