ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTText Class / Border Property




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

    Property Value

    ImGearARTBorder class object.
    See Also