ImageGear .NET - Updated
Callout Property (ImGearARTText)




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

Property Value

ImGearARTCallout class object.
See Also

Reference

ImGearARTText Class
ImGearARTText Members
ImGearARTCallout Class