ImageGear .NET
Callout Property (ImGearARTMarkTemplates)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback