Pivot.RightHeader 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定控制項右側標頭的內容。
public:
property Platform::Object ^ RightHeader { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable RightHeader();
void RightHeader(IInspectable value);
public object RightHeader { get; set; }
var object = pivot.rightHeader;
pivot.rightHeader = object;
Public Property RightHeader As Object
<Pivot RightHeader="headerString"/>
- or -
<Pivot>
<Pivot.RightHeader>headerObject</Pivot.RightHeader>
</Pivot>
屬性值
控制項右側標頭的內容。 預設值為 null。
備註
您可以使用 RightHeaderTemplate 屬性來設定 RightHeader 值的資料範本。