SystemDecorations Enum

Summary

Determines system decorations (title bar, border, etc) for a Window
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["SystemDecorations"] class Type type-node

Syntax

public enum SystemDecorations

Fields

Name Constant Value Summary
BorderOnly 1
Window border without titlebar
static
Full 2
Fully decorated (default)
static
None 0
No decorations
static

Extension Methods