Show / Hide Table of Contents

    Enum Fill

    Forms9Patch Aspect mode for Image

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public enum Fill

    Fields

    Name Description
    AspectFill

    Scale the image to fill the view. Some parts may be clipped in order to fill the view.

    AspectFit

    Scale the image to fit the view. Some parts may be left empty (letter boxing).

    Fill

    Scale the image so it exactly fill the view. Scaling may not be uniform in X and Y.

    Tile

    Tile the unscaled image within the view's boundaries.

    Extension Methods

    DebugExtensions.AddToCensus()
    DebugExtensions.RemoveFromCensus()
    ReflectionExtensions.GetProperties()
    ReflectionExtensions.GetProperty(String)
    ReflectionExtensions.PropertyNames()
    ReflectionExtensions.PropertyExists(String)
    ReflectionExtensions.HasProperty(String)
    ReflectionExtensions.GetPropertyValue(String)
    ReflectionExtensions.SetPropertyValue(String, Object)
    ReflectionExtensions.GetFieldValue(String)
    ReflectionExtensions.SetFieldValue(String, Object)
    ReflectionExtensions.CallMethod(String, Object[])
    Back to top Copyright © 2018 42nd Parallel