Click or drag to resize

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
Members
  Member nameValueDescription
Center0 Aligns the text in the center of the hotspot.
TopLeft1 Aligns the annotation text in the top left hand corner of the hotspot.
Top2 Aligns the annotation text in the top center of the hotspot.
TopRight3 Aligns the annotation text in the top right hand corner of the hotspot.
Right4 Aligns the annotation text in the right vertical center of the hotspot.
BottomRight5 Aligns the annotation text in the bottom right hand corner of the hotspot.
Bottom6 Aligns the annotation text in the bottom center of the hotspot.
BottomLeft7 Aligns the annotation text in the bottom left hand corner of the hotspot.
Left8 Aligns the annotation in the left vertical center of the hotspot.
See Also