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




In This Topic
    Callout Property (ImGearARTMarkTemplates)
    In This Topic
    Gets or sets a Callout Text mark to be used as a template when creating Text marks using the mouse.
    Syntax
    'Declaration
     
    Public Property Callout As ImGearARTTextCallout
    'Usage
     
    Dim instance As ImGearARTMarkTemplates
    Dim value As ImGearARTTextCallout
     
    instance.Callout = value
     
    value = instance.Callout
    public ImGearARTTextCallout Callout {get; set;}
    public: __property ImGearARTTextCallout* get_Callout();
    public: __property void set_Callout( 
       ImGearARTTextCallout* value
    );
    public:
    property ImGearARTTextCallout^ Callout {
       ImGearARTTextCallout^ get();
       void set (    ImGearARTTextCallout^ value);
    }

    Property Value

    ImGearARTTextCallout value.
    See Also