SpinDirection Enum

Summary

Represents spin directions that could be initiated by the end-user.
Namespace
Avalonia.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["SpinDirection"] class Type type-node

Syntax

public enum SpinDirection

Fields

Name Constant Value Summary
Decrease 1
Represents a spin initiated by the end-user in order to Decrease a value.
static
Increase 0
Represents a spin initiated by the end-user in order to Increase a value.
static

Extension Methods