Enums/HorizontalBorderPosition.ps1

Add-Type -TypeDefinition @"
public enum HorizontalBorderPosition {
    top,
    bottom
}
"@