Pivot.Title Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns String.