Skip to main content
All docs
V26.1
  • UnderlineFill.Implicit(Fill to UnderlineFill) Operator

    Defines an implicit conversion of a Fill object to an UnderlineFill object.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public static implicit operator UnderlineFill(Fill fill)

    Parameters

    Name Type Description
    fill Fill

    The Fill object to convert to an UnderlineFill object.

    Returns

    Type Description
    UnderlineFill

    The resulting UnderlineFill object.

    See Also