ACadSharp.Entities.MultiLeader.LandingDistance - DomCR/ACadSharp GitHub Wiki
Gets or sets the landing distance, i.e. the length of the dogleg, for this . This property overrides the value from when the flag is set in the property.
There is only one field for the landing distance in the multileader property grid. The value entered arrives in this property and the property. If two leader roots exist both receive the same value. I seems flag is never set.Namespace: ACadSharp.Entities.MultiLeader
C#
DxfCodeValueAttribute
public Double LandingDistance { get; set; }
Double