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

f941304d 4612 4515 ac6c 6302f4f492d1

haplokuon edited this page May 6, 2023 · 1 revision

TextFillColor Property

netDxf 3.0.0 Library

Gets or set the background color of dimension text. Set to null to specify no color. (DIMTFILLCLR)

Definition

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

C#

public AciColor TextFillColor { get; set; }

VB

Public Property TextFillColor As AciColor
	Get
	Set

C++

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

F#

member TextFillColor : AciColor with get, set

Property Value

AciColor

Remarks

Default: null
Only indexed AciColors are supported.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally