CadFillSetting Enumeration

The Cad fill setting.

Namespace:  Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
[FlagsAttribute]
public enum CadFillSetting
Members
  Member nameValueDescription
FillOff0 The fill off.
UseBackgroundColor1 The use background color.
UseWindowColor2 The use window color.
UseTextFrame16 The use text frame (R2018+)
See Also