IUNNotificationContentExtension.MediaPlayPauseButtonFrame Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the rectangle that will be used to display a playback button.
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect MediaPlayPauseButtonFrame { [Foundation.Export("mediaPlayPauseButtonFrame", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; }
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("mediaPlayPauseButtonFrame", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.MediaPlayPauseButtonFrame : CoreGraphics.CGRect
Property Value
The rectangle that will be used to display a playback button.
- Attributes