ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTMarkTemplates Class / Text Property




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

    Property Value

    ImGearARTText value.
    See Also