ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationTemplates Class / PopupText Property




In This Topic
    PopupText Property (ImGearAnnotationTemplates)
    In This Topic
    Gets or sets a Popup Text mark to be used as a template when creating Popup Text marks using the mouse.
    Syntax
    'Declaration
     
    Public Property PopupText As ImGearARTPopupText
    'Usage
     
    Dim instance As ImGearAnnotationTemplates
    Dim value As ImGearARTPopupText
     
    instance.PopupText = value
     
    value = instance.PopupText
    public ImGearARTPopupText PopupText {get; set;}
    public: __property ImGearARTPopupText* get_PopupText();
    public: __property void set_PopupText( 
       ImGearARTPopupText* value
    );
    public:
    property ImGearARTPopupText^ PopupText {
       ImGearARTPopupText^ get();
       void set (    ImGearARTPopupText^ value);
    }

    Property Value

    ImGearARTPopupText value.
    See Also