ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCallout Class / Type Property




In This Topic
    Type Property (ImGearARTCallout)
    In This Topic
    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