| AnnotationAlignment Property |
Gets or sets the position of the annotation within the hotspot.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public AnnotationAlignmentType Alignment { get; set; }
Public Property Alignment As AnnotationAlignmentType
Get
Set
Dim instance As Annotation
Dim value As AnnotationAlignmentType
value = instance.Alignment
instance.Alignment = value
public:
property AnnotationAlignmentType Alignment {
AnnotationAlignmentType get ();
void set (AnnotationAlignmentType value);
}
Property Value
Type:
AnnotationAlignmentTypeSee Also