ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTText Interface / TextType Property




In This Topic
    TextType Property (IImGearARTText)
    In This Topic
    Gets or sets the text type.
    Syntax
    'Declaration
     
    Property TextType As ImGearARTTextType
    'Usage
     
    Dim instance As IImGearARTText
    Dim value As ImGearARTTextType
     
    instance.TextType = value
     
    value = instance.TextType
    ImGearARTTextType TextType {get; set;}
    __property ImGearARTTextType get_TextType();
    __property void set_TextType( 
       ImGearARTTextType value
    );
    property ImGearARTTextType TextType {
       ImGearARTTextType get();
       void set (    ImGearARTTextType value);
    }

    Property Value

    ImGearARTTextType enumeration value.
    See Also