ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTEllipse Interface / Border Property




In This Topic
    Border Property (IImGearARTEllipse)
    In This Topic
    Gets or sets the border of the mark.
    Syntax
    'Declaration
     
    Property Border As ImGearARTBorder
    'Usage
     
    Dim instance As IImGearARTEllipse
    Dim value As ImGearARTBorder
     
    instance.Border = value
     
    value = instance.Border
    ImGearARTBorder Border {get; set;}
    __property ImGearARTBorder* get_Border();
    __property void set_Border( 
       ImGearARTBorder* value
    );
    property ImGearARTBorder^ Border {
       ImGearARTBorder^ get();
       void set (    ImGearARTBorder^ value);
    }

    Property Value

    ImGearARTBorder class object.
    See Also