The AnnTextAlignment Enumeration supports WPF/Silverlight.
The AnnTextAlignment Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Specifies the alignment of a text string relative to its layout rectangle. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Enum AnnTextAlignment Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnTextAlignment |
C# | |
---|---|
public enum AnnTextAlignment : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class AnnTextAlignment : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Center | Specifies that text is aligned in the center of the layout rectangle. |
Far | Specifies that text is aligned far from the origin position of the layout rectangle. |
Near | Specifies the text is aligned near the layout rectangle. |
For C#/VB examples, refer to AnnTextObject.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnTextAlignment
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)