ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / PopupTextIcon Property




In This Topic
    PopupTextIcon Property
    In This Topic
    Gets or sets the icon associated with the ImGearARTPopupText annotation.
    Syntax
    'Declaration
     
    Public Property PopupTextIcon As ImGearRasterPage
    'Usage
     
    Dim instance As ImGearARTPage
    Dim value As ImGearRasterPage
     
    instance.PopupTextIcon = value
     
    value = instance.PopupTextIcon
    public ImGearRasterPage PopupTextIcon {get; set;}
    public: __property ImGearRasterPage* get_PopupTextIcon();
    public: __property void set_PopupTextIcon( 
       ImGearRasterPage* value
    );
    public:
    property ImGearRasterPage^ PopupTextIcon {
       ImGearRasterPage^ get();
       void set (    ImGearRasterPage^ value);
    }

    Property Value

    ImGearARTPopupText class instance.
    See Also