ImageGear .NET v24.12 - Updated
TypedText Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : TypedText Property
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

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members