TitleBar.Icon 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置标题栏的可选图标图像。 图标图像的大小应为 16x16 像素。
将此属性设置为空值将隐藏图标。
public:
property Microsoft::Maui::Controls::ImageSource ^ Icon { Microsoft::Maui::Controls::ImageSource ^ get(); void set(Microsoft::Maui::Controls::ImageSource ^ value); };
public Microsoft.Maui.Controls.ImageSource Icon { get; set; }
member this.Icon : Microsoft.Maui.Controls.ImageSource with get, set
Public Property Icon As ImageSource