Share via


AppBarToggleButton.Icon 속성

정의

앱 바 토글 단추의 그래픽 콘텐츠를 가져오거나 설정합니다.

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

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

속성 값

앱 바 토글 단추의 그래픽 콘텐츠입니다.

적용 대상

추가 정보