TreeType Enum

Summary

The type of tree via which to track a control.
Namespace
Avalonia.Data
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["TreeType"] class Type type-node

Syntax

public enum TreeType

Fields

Name Constant Value Summary
Logical 1
The logical tree.
static
Visual 0
The visual tree.
static

Extension Methods