Back to Devexpress

OfficeColorType Enum

officefileapi-devexpress-dot-docs-fbbc2770.md

latest1.2 KB
Original Source

OfficeColorType Enum

Lists color types that can be used in Office documents.

Namespace : DevExpress.Docs

Assembly : DevExpress.Docs.Core.v25.2.dll

NuGet Package : DevExpress.Docs.Core

Declaration

csharp
public enum OfficeColorType
vb
Public Enum OfficeColorType

Members

NameDescription
RGB

Color is defined by red, blue, and green (RGB) values.

| | System |

Color is defined by a system color.

| | Scheme |

Color is defined by the application-specific scheme.

| | Preset |

Color is defined by a preset color value.

| | ScRGB |

Color is defined by the ScRGB color model.

| | HSL |

Color is defined by the HSL color model.

|

The following properties accept/return OfficeColorType values:

See Also

DevExpress.Docs Namespace