Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

0330266a 2837 6a77 70f3 085da88afb2b

haplokuon edited this page May 6, 2023 · 1 revision

ScaleUniformly Property

netDxf 3.0.0 Library

Gets or sets if the block must be scaled uniformly.

Definition

Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool ScaleUniformly { get; set; }

VB

Public Property ScaleUniformly As Boolean
	Get
	Set

C++

public:
property bool ScaleUniformly {
	bool get ();
	void set (bool value);
}

F#

member ScaleUniformly : bool with get, set

Property Value

Boolean

Remarks

This property is only compatible with DXF version AutoCad2007 and upwards.

See Also

Reference

BlockRecord Class
netDxf.Blocks Namespace

Clone this wiki locally