Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Create HorizontalAlignment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indexxing authored Feb 24, 2024
1 parent 58146dd commit 4bd64c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/objects/enums/HorizontalAlignment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: HorizontalAlignment
description: HorizontalAlignment is an Enum.
icon: polytoria/Enum
---

# HorizontalAlignment

!!! note "This is undocumented on the original documentation - this is interpreted from references on the original documentation"

| Name | Description |
| ---------------------------- | --------------------------------- |
| `HorizontalAlignment.Left` | Aligned to the left |
| `HorizontalAlignment.Middle` | Aligned to the middle `(default)` |
| `HorizontalAlignment.Right` | Aligned to the right |

0 comments on commit 4bd64c8

Please sign in to comment.