ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCallout Class / Line Property




In This Topic
    Line Property (ImGearARTCallout)
    In This Topic
    Gets or sets the callout line attributes.
    Syntax
    'Declaration
     
    Public Property Line As ImGearARTBorder
    'Usage
     
    Dim instance As ImGearARTCallout
    Dim value As ImGearARTBorder
     
    instance.Line = value
     
    value = instance.Line
    public ImGearARTBorder Line {get; set;}
    public: __property ImGearARTBorder* get_Line();
    public: __property void set_Line( 
       ImGearARTBorder* value
    );
    public:
    property ImGearARTBorder^ Line {
       ImGearARTBorder^ get();
       void set (    ImGearARTBorder^ value);
    }

    Property Value

    ImGearARTBorder class.
    See Also