Share via


Pivot.Title 屬性

定義

取得或設定標題,以選擇性地設定在標頭上方。

public:
 property Platform::Object ^ Title { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Title();

void Title(IInspectable value);
public object Title { get; set; }
var object = pivot.title;
pivot.title = object;
Public Property Title As Object
<Pivot Title="string" />

屬性值

Object

Platform::Object

IInspectable

傳回 String

適用於