Skip to main content
All docs
V26.1
  • OfficeColor.Type Property

    Gets the color type.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public OfficeColorType Type { get; }

    Property Value

    Type Description
    OfficeColorType

    An OfficeColorType enumeration value.

    Available values:

    Name Description
    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.

    See Also