| AnnotationOffsetY Property |
Gets or sets the vertical 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 OffsetY { get; set; }
Public Property OffsetY As Short
Get
Set
Dim instance As Annotation
Dim value As Short
value = instance.OffsetY
instance.OffsetY = value
public:
property short OffsetY {
short get ();
void set (short value);
}
Property Value
Type:
Int16See Also