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

    Gets the collection of color transformations applied to the color.

    Namespace: DevExpress.Docs

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public TransformList Transforms { get; }

    Property Value

    Type Description
    TransformList

    A collection of color transformations.

    See Also