다음을 통해 공유


AppBarButton.Icon 속성

정의

앱 바 단추에 표시되는 이미지를 가져오거나 설정합니다.

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

void Icon(IconElement value);
public IconElement Icon { get; set; }
var iconElement = appBarButton.icon;
appBarButton.icon = iconElement;
Public Property Icon As IconElement
<AppBarButton Icon="symbolName" .../>
- or -
<AppBarButton>
    <AppBarButton.Icon>
        iconElement
    </AppBarButton.Icon>
</AppBarButton>

속성 값

앱 바 단추에 표시되는 이미지입니다.

적용 대상

추가 정보