Show / Hide Table of Contents

    Class AspectExtension

    Forms9Patch Aspect extension.

    Inheritance
    Object
    AspectExtension
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public static class AspectExtension

    Methods

    ToF9pFill(Aspect)

    Converts Xamarin.Forms.Aspect to Forms9Patch.Fill

    Declaration
    public static Fill ToF9pFill(this Aspect aspect)
    Parameters
    Type Name Description
    Aspect aspect

    Xamarin.Forms.Aspect

    Returns
    Type Description
    Fill

    The Forms9Patch fill.

    Back to top Copyright © 2018 42nd Parallel