Show / Hide Table of Contents

    Enum HapticEffect

    Haptic effect used if haptics is enabled

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

    Fields

    Name Description
    ErrorNotification

    A notification feedback type, indicating that a task has failed.

    HeavyImpact

    A collision between big, heavy user interface elements.

    LightImpact

    A collision between small, light user interface elements.

    MediumImpact

    A collision between moderately sized user interface elements.

    None

    I'll just sit here quietly.

    Selection

    Use this feedback generator for a selection actively changing such as picking an item from a list.

    SuccessNotification

    A notification feedback type, indicating that a task has completed successfully.

    WarningNotification

    A notification feedback type, indicating that a task has produced a warning.

    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