ImageGear22.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectAlignment Enumeration |
'Declaration <FlagsAttribute()> Public Enum ImGearVectAlignment Inherits System.Enum
'Usage Dim instance As ImGearVectAlignment
[Flags()] public enum ImGearVectAlignment : System.Enum
[Flags()] __value public enum ImGearVectAlignment : public System.Enum
[Flags()] public enum class ImGearVectAlignment : public System.Enum
Member | Value | Description |
---|---|---|
CONTINUOUSX | 0x00000080 | Additional align point is used for alignment along x direction. |
CONTINUOUSY | 0x00000100 | Additional align point is used for alignment along y direction. |
NONE | 0x00000000 | No alighnment (default alignment). |
RESTRICT | 0x00000200 | The text is restricted. |
RESTRICT_BASIS | 0x00000400 | The text is exactly restricted in the restrict box by the base line. |
RESTRICT_BOXED_ALL | 0x00001000 | The same as RESTRICT_BASIS at the moment. |
RESTRICT_BOXED_CAP | 0x00000800 | The text is exactly restricted in the restrict box by the bottom. |
RESTRICT_ISOTROPIC_ALL | 0x00004000 | Isotropic restriction in the restrict box by the base line. |
RESTRICT_ISOTROPIC_CAP | 0x00002000 | Isotropic restriction in the restrict box by the bottom. |
RESTRICT_JUSTIFIED | 0x00008000 | The text is justified inside the restriction box using variable spacing. |
X_CENTER | 0x00000002 | Text is centered in x directiont. |
X_LEFT | 0x00000001 | Text is left-aligned in x direction. |
X_RIGHT | 0x00000004 | Text is right-aligned in x direction. |
Y_BASELINE | 0x00000040 | Text is base line aligned. |
Y_BOTTOM | 0x00000020 | Text is bottom-aligned in y direction. |
Y_CENTER | 0x00000010 | Text is centered in y direction. |
Y_TOP | 0x00000008 | Text is top-aligned in y direction. |
System.Object
System.ValueType
System.Enum
ImageGear.Vector.ImGearVectAlignment