Skip to the content.

PromptPlus API:Alignment

Build Publish License NuGet Downloads

Back to List Api

Alignment

Namespace: PPlus.Controls

Represents Aligment text

public enum Alignment

Inheritance ObjectValueTypeEnumAlignment
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Left 0 Left Aligment
Right 1 Right Aligment
Center 2 Center Aligment

Back to List Api