ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectTxtFlags Enumeration |
'Declaration <FlagsAttribute()> Public Enum ImGearVectTxtFlags Inherits System.Enum
'Usage Dim instance As ImGearVectTxtFlags
[FlagsAttribute()] public enum ImGearVectTxtFlags : System.Enum
[FlagsAttribute()] __value public enum ImGearVectTxtFlags : public System.Enum
[FlagsAttribute()] public enum class ImGearVectTxtFlags : public System.Enum
Member | Value | Description |
---|---|---|
DBLSTRUCK | 0x00000004 | The text object is struck with two lines. |
STRUCK | 0x00000002 | The text object is struck. |
SUBSCRIPT | 0x00000010 | The text object is a subscript. |
SUPERSCRIPT | 0x00000008 | The text object is a superscript. |
UNDERLINED | 0x00000001 | The text object is underlined. |
System.Object
System.ValueType
System.Enum
ImageGear.Vector.ImGearVectTxtFlags