Skip to main content
All docs
V25.2
  • UnderlineFill.Implicit(Fill to UnderlineFill) Operator

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

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    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