In This Topic
Gets or sets the offset of the annotation from the point.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.C1PointConverter)>
Public Property Offset As PointF
[JsonConverter(C1.JsonNet.Converters.C1PointConverter)]
public PointF Offset {get; set;}
See Also