Click or drag to resize
BaseXamlWriterSettingsUseColorNames Property
If true (default) known colors are written by their name (Black). If false a hexedecimal ARGB display is used (0xFF000000).

Namespace: Ab3d.Common.Reader3ds
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public bool UseColorNames { get; set; }

Property Value

Type: Boolean
See Also