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

2d69deab 88eb 985b 71f6 2a34aa25a7b4

haplokuon edited this page May 6, 2023 · 1 revision

TextHorizontalPlacement Property

netDxf 3.0.0 Library

Gets or sets the horizontal positioning of dimension text. (DIMJUST)

Definition

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

C#

public DimensionStyleTextHorizontalPlacement TextHorizontalPlacement { get; set; }

VB

Public Property TextHorizontalPlacement As DimensionStyleTextHorizontalPlacement
	Get
	Set

C++

public:
property DimensionStyleTextHorizontalPlacement TextHorizontalPlacement {
	DimensionStyleTextHorizontalPlacement get ();
	void set (DimensionStyleTextHorizontalPlacement value);
}

F#

member TextHorizontalPlacement : DimensionStyleTextHorizontalPlacement with get, set

Property Value

DimensionStyleTextHorizontalPlacement

Remarks

Default: Centered

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally