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

7a78c5e5 d44e e25c 6621 5c7dc76f4022

haplokuon edited this page May 6, 2023 · 1 revision

TextStyle Property

netDxf 3.0.0 Library

Gets or sets the text style of the dimension. (DIMTXTSTY)

Definition

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

C#

public TextStyle TextStyle { get; set; }

VB

Public Property TextStyle As TextStyle
	Get
	Set

C++

public:
property TextStyle^ TextStyle {
	TextStyle^ get ();
	void set (TextStyle^ value);
}

F#

member TextStyle : TextStyle with get, set

Property Value

TextStyle

Remarks

Default: Standard

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally