Skip to main content
All docs
V25.2
  • OfficeColor.Transforms Property

    Gets the collection of color transformations applied to the color.

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public IBaseList<ColorTransformBase> Transforms { get; }

    Property Value

    Type Description
    IBaseList<ColorTransformBase>

    A collection of color transformations.

    See Also