Show / Hide Table of Contents

    Enum Proximity

    The position of a cell being dragged relative to the cell it is hovering over

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

    Fields

    Name Description
    After

    After: the cell being dragged over is biased towards the right/bottom of the cell it is hovering over.

    Aligned

    Center: the cell being dragged over is centered over the cell it is hovering over.

    Before

    Before: the cell being dragged over is biased towards the left/top of the cell it is hovering over.

    None

    None: Can't be calculated or the cell being dragged isn't hovering over.

    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