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

適用於