Back to API Reference
Enum
PasteControlCornerStyle
Apple UIPasteControl corner radius style (iOS 16+ only).
public static readonly PasteControlCornerStyle Capsule = 0Fully rounded pill. Apple default, share-sheet aesthetic.
public static readonly PasteControlCornerStyle Dynamic = 1Radius scales with OS-wide control-size setting.
public static readonly PasteControlCornerStyle Fixed = 2Fixed radius regardless of OS settings.
public static readonly PasteControlCornerStyle Small = 3Small radius — compact toolbar buttons.
