Enums/TextDirection.ps1
|
Add-Type -TypeDefinition @"
public enum TextDirection { btLr, right, } "@ |
|
Add-Type -TypeDefinition @"
public enum TextDirection { btLr, right, } "@ |