Share via


UIViewController.Title Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? Title { [Foundation.Export("title", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setTitle:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("title", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setTitle:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Title : string with get, set

Property Value

Attributes

Applies to