ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectTxtFlags Enumeration




In This Topic
    ImGearVectTxtFlags Enumeration
    In This Topic
    Specifies different text object effects.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum ImGearVectTxtFlags 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearVectTxtFlags
    [Flags()]
    public enum ImGearVectTxtFlags : System.Enum 
    [Flags()]
    __value public enum ImGearVectTxtFlags : public System.Enum 
    [Flags()]
    public enum class ImGearVectTxtFlags : public System.Enum 
    Members
    MemberValueDescription
    DBLSTRUCK4The text object is struck with two lines.
    STRUCK2The text object is struck.
    SUBSCRIPT16The text object is a subscript.
    SUPERSCRIPT8The text object is a superscript.
    UNDERLINED1The text object is underlined.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Vector.ImGearVectTxtFlags

    See Also