AlignmentY Enum

Summary

Describes how content is positioned vertically in a container.
Namespace
Avalonia.Media
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["AlignmentY"] class Type type-node

Syntax

public enum AlignmentY

Fields

Name Constant Value Summary
Bottom 2
The contents align themselves with the bottom of the container
static
Center 1
The contents align themselves with the center of the container
static
Top 0
The contents align themselves with the top of the container
static

Extension Methods