28 lines
1011 B
Swift
28 lines
1011 B
Swift
// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1
|
|
// swiftlint:disable all
|
|
import Foundation
|
|
@_spi(WinRTInternal) @_spi(WinRTImplements) import WindowsFoundation
|
|
import CWinRT
|
|
|
|
/// [Open Microsoft documentation](https://learn.microsoft.com/uwp/api/windows.ui.popups.placement)
|
|
public typealias Placement = __x_ABI_CWindows_CUI_CPopups_CPlacement
|
|
extension UWP.Placement {
|
|
public static var `default` : UWP.Placement {
|
|
__x_ABI_CWindows_CUI_CPopups_CPlacement_Default
|
|
}
|
|
public static var above : UWP.Placement {
|
|
__x_ABI_CWindows_CUI_CPopups_CPlacement_Above
|
|
}
|
|
public static var below : UWP.Placement {
|
|
__x_ABI_CWindows_CUI_CPopups_CPlacement_Below
|
|
}
|
|
public static var left : UWP.Placement {
|
|
__x_ABI_CWindows_CUI_CPopups_CPlacement_Left
|
|
}
|
|
public static var right : UWP.Placement {
|
|
__x_ABI_CWindows_CUI_CPopups_CPlacement_Right
|
|
}
|
|
}
|
|
extension UWP.Placement: @retroactive Hashable, @retroactive Codable {}
|
|
|