Pivot.Title Property

Definition

Gets or sets the title to be optionally set above the headers.

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" />

Property Value

Object

Platform::Object

IInspectable

Returns String.

Applies to