ImageGear .NET - Updated
Callout Property (IImGearARTText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTText Interface : Callout Property
Gets or sets a value of the ImGearARTCallout class object that specifies mark's callout attributes.
Syntax
'Declaration
 
Property Callout As ImGearARTCallout
'Usage
 
Dim instance As IImGearARTText
Dim value As ImGearARTCallout
 
instance.Callout = value
 
value = instance.Callout
ImGearARTCallout Callout {get; set;}
__property ImGearARTCallout* get_Callout();
__property void set_Callout( 
   ImGearARTCallout* value
);
property ImGearARTCallout^ Callout {
   ImGearARTCallout^ get();
   void set (    ImGearARTCallout^ value);
}

Property Value

ImGearARTCallout class object.
See Also

Reference

IImGearARTText Interface
IImGearARTText Members
ImGearARTCallout Class