ImageGear .NET v24.12 - Updated
Callout Property (ImGearARTMarkTemplates)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : Callout Property
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

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members