AlignmentX Enum

Summary

Describes how content is positioned horizontally 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["AlignmentX"] class Type type-node

Syntax

public enum AlignmentX

Fields

Name Constant Value Summary
Center 1
The contents align themselves with the center of the container
static
Left 0
The contents align themselves with the left of the container
static
Right 2
The contents align themselves with the right of the container
static

Extension Methods