ImageGear .NET - Updated
TextType Property (ImGearARTText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTText Class : TextType Property
Gets or sets the text type.
Syntax
'Declaration
 
Public Property TextType As ImGearARTTextType
'Usage
 
Dim instance As ImGearARTText
Dim value As ImGearARTTextType
 
instance.TextType = value
 
value = instance.TextType
public ImGearARTTextType TextType {get; set;}
public: __property ImGearARTTextType get_TextType();
public: __property void set_TextType( 
   ImGearARTTextType value
);
public:
property ImGearARTTextType TextType {
   ImGearARTTextType get();
   void set (    ImGearARTTextType value);
}

Property Value

ImGearARTTextType enumeration value.
Remarks
The default value is ImGearARTTextType.DIRECT_TEXT.
See Also

Reference

ImGearARTText Class
ImGearARTText Members
ImGearARTTextType Enumeration
Text Property
ActualText Property