ExpandDirection Enum

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["ExpandDirection"] class Type type-node

Syntax

public enum ExpandDirection

Fields

Name Constant Value Summary
Down 0
static
Left 2
static
Right 3
static
Up 1
static

Extension Methods