Skip to content

ACadSharp.Objects.MultiLeaderAnnotContext.ScaleFactor

Albert Domenech edited this page Aug 4, 2024 · 3 revisions

ScaleFactor Property

Gets or sets a scale factor (see ). This property overrides the value from when the flag is set (see property). The scale factor is applied by AutoCAD.

Remarks

The following properties entered in AutoCAD are multiplied with this scale factor: , , , , and the elements of . The is adjusted.

Definition

Namespace: ACadSharp.Objects.MultiLeaderAnnotContext

C#

DxfCodeValueAttribute
public Double ScaleFactor { get; set; }

Property Value

Double

Clone this wiki locally