The AnnAlignmentX Enumeration supports WPF/Silverlight.
The AnnAlignmentX Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Describes how content is positioned horizontally in its container. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Public Enum AnnAlignmentX Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnAlignmentX | |
| C# | |
|---|---|
public enum AnnAlignmentX : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class AnnAlignmentX : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Center | The contents align toward the center of its container. |
| Left | The contents align toward the left of its container. |
| Right | The contents align toward the right of its container. |
For C#/VB examples, refer to AnnPolygonObject.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnAlignmentX
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code