CPMapTemplate.TrailingNavigationBarButtons Property

Definition

Gets or sets the buttons that trail the navigation bar.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CarPlay.CPBarButton[] TrailingNavigationBarButtons { [Foundation.Export("trailingNavigationBarButtons", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTrailingNavigationBarButtons:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.TrailingNavigationBarButtons : CarPlay.CPBarButton[] with get, set

Property Value

Implements

Attributes

Applies to