IUNNotificationContentExtension.MediaPlayPauseButtonTintColor 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 tint color of the playback button.
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIColor MediaPlayPauseButtonTintColor { [Foundation.Export("mediaPlayPauseButtonTintColor", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSColor MediaPlayPauseButtonTintColor { [Foundation.Export("mediaPlayPauseButtonTintColor", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("mediaPlayPauseButtonTintColor", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.MediaPlayPauseButtonTintColor : UIKit.UIColor
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("mediaPlayPauseButtonTintColor", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.MediaPlayPauseButtonTintColor : AppKit.NSColor
Property Value
The tint color of the playback button.
- Attributes