Page.Title 属性

定义

获取或设置页面的标题。

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
member this.Title : string with get, set
Public Property Title As String

属性值

注解

例如,此标题可能与 浮出控件菜单或选项卡栏一起 IconImageSource显示。

适用于