Click or drag to resize

Angular3PointDimensionOffset Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the distance between the center point and the dimension line.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public double Offset { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
Zero values are not allowed, and even if negative values are permitted they are not recommended.
Setting a negative value is equivalent as switching the start and end points.
See Also