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

bf38df7a 7541 66b6 7baf ee1f98f0d9d0

haplokuon edited this page May 6, 2023 · 1 revision

FractionType Property

netDxf 3.0.0 Library

Gets or sets the fraction format when DIMLUNIT is set to Architectural or Fractional. (DIMFRAC)

Definition

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

C#

public FractionFormatType FractionType { get; set; }

VB

Public Property FractionType As FractionFormatType
	Get
	Set

C++

public:
property FractionFormatType FractionType {
	FractionFormatType get ();
	void set (FractionFormatType value);
}

F#

member FractionType : FractionFormatType with get, set

Property Value

FractionFormatType

Remarks

Horizontal stacking
Diagonal stacking
Not stacked (for example, 1/2)

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally