共用方式為


UIBarButtonItem.Title 屬性

定義

按鈕中顯示的標題

public override string Title { [Foundation.Export("title", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setTitle:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Title : string with get, set

屬性值

這個值可以是 null

屬性

備註

按鈕上已取消修補的標題字串。

適用於