UIActionSheet.Title 属性

定义

将在操作表中显示的标题。

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

属性值

将在操作表中显示的标题。

此值可为 null

属性

注解

将在操作表中显示的标题。

适用于