This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
2d69deab 88eb 985b 71f6 2a34aa25a7b4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the horizontal positioning of dimension text. (DIMJUST)
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
DimensionStyleTextHorizontalPlacement
Default: Centered