| AnnotationOffsetX Property |
Gets or sets the horizontal offset for the annotaion from it's normal position.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public short OffsetX { get; set; }
Public Property OffsetX As Short
Get
Set
Dim instance As Annotation
Dim value As Short
value = instance.OffsetX
instance.OffsetX = value
public:
property short OffsetX {
short get ();
void set (short value);
}
Property Value
Type:
Int16See Also