// ------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// ------------------------------------------------------------------------------
namespace Win32.Graphics.DirectWrite;
///
/// DWRITE_PARAGRAPH_ALIGNMENT
public enum ParagraphAlignment : int
{
///
/// DWRITE_PARAGRAPH_ALIGNMENT_NEAR
Near = 0,
///
/// DWRITE_PARAGRAPH_ALIGNMENT_FAR
Far = 1,
///
/// DWRITE_PARAGRAPH_ALIGNMENT_CENTER
Center = 2,
}