ValidSpinDirections Enum

Summary

Represents spin directions that are valid.
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["ValidSpinDirections"] class Type type-node

Syntax

[Flags]
public enum ValidSpinDirections

Attributes

Type Description
FlagsAttribute

Fields

Name Constant Value Summary
Decrease 2
Can decrease.
static
Increase 1
Can increase.
static
None 0
Can not increase nor decrease.
static

Extension Methods