Share via


LAContext.LocalizedCancelTitle Property

Definition

Gets or sets the localized title of the Cancel button in the fallback dialog.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? LocalizedCancelTitle { [Foundation.Export("localizedCancelTitle")] get; [Foundation.Export("setLocalizedCancelTitle:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("localizedCancelTitle")>]
[<set: Foundation.Export("setLocalizedCancelTitle:")>]
member this.LocalizedCancelTitle : string with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to