Enums/TextDirection.ps1

Add-Type -TypeDefinition @"
public enum TextDirection {
    btLr,
    right,
}
"@