The TextFlag enumeration in the Sandbox
namespace is used to specify the alignment and positioning of text and other elements. It is marked with the FlagsAttribute
, allowing for a combination of values. The default alignment is Top and Left. Combining conflicting values may result in undefined behavior.