Skip to main content
All docs
V25.2
  • OfficeColor(SystemColors) Constructor

    Initializes a new instance of the OfficeColor class with specified settings.

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public OfficeColor(
        SystemColors systemColor
    )

    Parameters

    Name Type Description
    systemColor SystemColors

    A SystemColors enumeration value that specifies the system color.

    See Also