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. |