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 411
f941304d 4612 4515 ac6c 6302f4f492d1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the background color of dimension text. Set to null to specify no color. (DIMTFILLCLR)
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
Default: null
Only indexed AciColors are supported.