9 lines
93 B
C#
9 lines
93 B
C#
|
|
namespace Microsoft.Maui.Platform;
|
||
|
|
|
||
|
|
public enum SkiaTextAlignment
|
||
|
|
{
|
||
|
|
Left,
|
||
|
|
Center,
|
||
|
|
Right
|
||
|
|
}
|