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




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

    Property Value

    ImGearARTTypedText value.
    See Also