Share via


CPPointOfInterestTemplate.TrailingNavigationBarButtons Property

Definition

Developers must override this with the array of CPBarButton objects on the trailing part of the navigation bar..

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CarPlay.CPBarButton[] TrailingNavigationBarButtons { [Foundation.Export("trailingNavigationBarButtons", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTrailingNavigationBarButtons:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("trailingNavigationBarButtons", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setTrailingNavigationBarButtons:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.TrailingNavigationBarButtons : CarPlay.CPBarButton[] with get, set

Property Value

Implements

Attributes

Applies to