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
<FlagsAttribute>
Public Enumeration CadFillSetting
[FlagsAttribute]
public enum class CadFillSetting
[<FlagsAttribute>]
type CadFillSetting
Members
| Member name | Value | Description |
---|
| FillOff | 0 |
The fill off.
|
| UseBackgroundColor | 1 |
The use background color.
|
| UseWindowColor | 2 |
The use window color.
|
| UseTextFrame | 16 |
The use text frame (R2018+)
|
See Also