Skip to main content
All docs
V25.2
  • TextOutlineStyle.Implicit(OutlineStyle to TextOutlineStyle) Operator

    Defines an implicit conversion of an OutlineStyle object to a TextOutlineStyle object.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static implicit operator TextOutlineStyle(OutlineStyle outlineStyle)

    Parameters

    Name Type Description
    outlineStyle OutlineStyle

    The OutlineStyle object to convert.

    Returns

    Type Description
    TextOutlineStyle

    The resulting TextOutlineStyle object.

    See Also