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

86023b7b 5e33 9ef9 0b4d 190447f5eba8

haplokuon edited this page May 6, 2023 · 1 revision

FractionType Property

netDxf 3.0.0 Library

Gets or sets the fraction format for architectural or fractional units.

Definition

Namespace: netDxf.Units
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

UnitStyleFormat Class
netDxf.Units Namespace

Clone this wiki locally