Show / Hide Table of Contents

    Class ThicknessExtension

    Forms9Patch Thickness extension.

    Inheritance
    Object
    ThicknessExtension
    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 ThicknessExtension

    Methods

    Description(Thickness)

    Description the specified thickness.

    Declaration
    public static string Description(this Thickness thickness)
    Parameters
    Type Name Description
    Thickness thickness

    Thickness.

    Returns
    Type Description
    String

    IsEmpty(Thickness)

    Is the Thickness empty?

    Declaration
    public static bool IsEmpty(this Thickness thickness)
    Parameters
    Type Name Description
    Thickness thickness
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2018 42nd Parallel