Show / Hide Table of Contents

    Enum AutoFit

    Label fit options.

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

    Fields

    Name Description
    Lines

    Scale font until Lines of text will fill imposed height (either by RequestHeight or parent view) of label.

    None

    Perform no auto fit

    Width

    Shrink font from FontSize until MinFontSize to what is required to make the text fit within Lines

    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