Show / Hide Table of Contents

    Enum Direction

    Direction of gesture

    Namespace: FormsGestures
    Assembly: FormsGestures.dll
    Syntax
    [Flags]
    public enum Direction

    Fields

    Name Description
    All
    Down
    Horizontal
    Left
    NotClear
    Right
    Up
    Vertical

    Extension Methods

    DirectionExtension.IsHorizontal()
    DirectionExtension.IsVertical()
    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