Show / Hide Table of Contents

    Class TextAlignmentExtensions

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

    Methods

    | Improve this Doc View Source

    ToMapsui(TextAlignment)

    Convert Xamarin.Forms.TextAlignment to Mapsui/RichTextKit.Styles.Color

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

    TextAlignment in Xamarin.Forms format

    Returns
    Type Description
    Alignment

    TextAlignment in Mapsui/RichTextKit format

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX