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

文字列を返します。

適用対象