ImageGear .NET - Updated
Type Property (ImGearARTCallout)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCallout Class : Type Property
Gets or sets the callout type.
Syntax
'Declaration
 
Public Property Type As ImGearARTCalloutType
'Usage
 
Dim instance As ImGearARTCallout
Dim value As ImGearARTCalloutType
 
instance.Type = value
 
value = instance.Type
public ImGearARTCalloutType Type {get; set;}
public: __property ImGearARTCalloutType get_Type();
public: __property void set_Type( 
   ImGearARTCalloutType value
);
public:
property ImGearARTCalloutType Type {
   ImGearARTCalloutType get();
   void set (    ImGearARTCalloutType value);
}

Property Value

ImGearARTCalloutType enumeration value.
See Also

Reference

ImGearARTCallout Class
ImGearARTCallout Members
ImGearARTCalloutType Enumeration