Search Results for

    Show / Hide Table of Contents

    Class TextAlignmentExtensions

    Inheritance
    object
    TextAlignmentExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI.Maui.Extensions
    Assembly: Mapsui.UI.Maui.dll
    Syntax
    public static class TextAlignmentExtensions

    Methods

    | Edit this page View Source

    ToMapsui(TextAlignment)

    Convert Microsoft.Maui.TextAlignment to Mapsui.Widgets.Alignment

    Declaration
    public static Alignment ToMapsui(this TextAlignment textAlignment)
    Parameters
    Type Name Description
    TextAlignment textAlignment

    TextAlignment in Microsoft.Maui format

    Returns
    Type Description
    Alignment

    TextAlignment in Mapsui format

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX