10 lines
130 B
C#
10 lines
130 B
C#
|
|
namespace Microsoft.Maui.Platform.Linux.Services;
|
||
|
|
|
||
|
|
public enum PreEditAttributeType
|
||
|
|
{
|
||
|
|
None,
|
||
|
|
Underline,
|
||
|
|
Highlighted,
|
||
|
|
Reverse
|
||
|
|
}
|