ImageGear .NET - Updated
ImGearVectAlignment Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectAlignment Enumeration
Specifies text alignment.
Syntax
'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 
Members
MemberDescription
CONTINUOUSXAdditional align point is used for alignment along x direction.
CONTINUOUSYAdditional align point is used for alignment along y direction.
NONENo alighnment (default alignment).
RESTRICTThe text is restricted.
RESTRICT_BASISThe text is exactly restricted in the restrict box by the base line.
RESTRICT_BOXED_ALLThe same as RESTRICT_BASIS at the moment.
RESTRICT_BOXED_CAPThe text is exactly restricted in the restrict box by the bottom.
RESTRICT_ISOTROPIC_ALLIsotropic restriction in the restrict box by the base line.
RESTRICT_ISOTROPIC_CAPIsotropic restriction in the restrict box by the bottom.
RESTRICT_JUSTIFIEDThe text is justified inside the restriction box using variable spacing.
X_CENTERText is centered in x directiont.
X_LEFTText is left-aligned in x direction.
X_RIGHTText is right-aligned in x direction.
Y_BASELINEText is base line aligned.
Y_BOTTOMText is bottom-aligned in y direction.
Y_CENTERText is centered in y direction.
Y_TOPText is top-aligned in y direction.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectAlignment

See Also

Reference

ImageGear.Vector Namespace