| AnnotationAlignmentType Enumeration |
This is used to specify how the annotation text is aligned on the hotspot.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public enum AlignmentType
Public Enumeration AlignmentType
Dim instance As Annotation.AlignmentType
public enum class AlignmentType
Members
| Member name | Value | Description |
---|
| Center | 0 |
Aligns the text in the center of the hotspot.
|
| TopLeft | 1 |
Aligns the annotation text in the top left hand corner of the hotspot.
|
| Top | 2 |
Aligns the annotation text in the top center of the hotspot.
|
| TopRight | 3 |
Aligns the annotation text in the top right hand corner of the hotspot.
|
| Right | 4 |
Aligns the annotation text in the right vertical center of the hotspot.
|
| BottomRight | 5 |
Aligns the annotation text in the bottom right hand corner of the hotspot.
|
| Bottom | 6 |
Aligns the annotation text in the bottom center of the hotspot.
|
| BottomLeft | 7 |
Aligns the annotation text in the bottom left hand corner of the hotspot.
|
| Left | 8 |
Aligns the annotation in the left vertical center of the hotspot.
|
See Also