Click or drag to resize

FormattedTextAlignment Enumeration

Alignment mode for the FormattedText

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum FormattedTextAlignment
Members
  Member nameValueDescription
Left0 Left justified text
Right1 Right justified text
Center2 Center justified text
Justify3 Justified to both the right and left.
See Also