次の方法で共有


XamlUICommand.IconSource プロパティ

定義

この要素の Segoe MDL2 Assets フォントからグリフを取得または設定します。

public:
 property IconSource ^ IconSource { IconSource ^ get(); void set(IconSource ^ value); };
IconSource IconSource();

void IconSource(IconSource value);
public IconSource IconSource { get; set; }
var iconSource = xamlUICommand.iconSource;
xamlUICommand.iconSource = iconSource;
Public Property IconSource As IconSource

プロパティ値

この要素の Segoe MDL2 Assets フォントのグリフ。

適用対象

こちらもご覧ください