CommandBar.CommandBarOverflowPresenterStyle 속성

정의

CommandBar의 오버플로 콘텐츠에 적용되는 스타일을 가져오거나 설정합니다.

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

void CommandBarOverflowPresenterStyle(Style value);
public Style CommandBarOverflowPresenterStyle { get; set; }
var style = commandBar.commandBarOverflowPresenterStyle;
commandBar.commandBarOverflowPresenterStyle = style;
Public Property CommandBarOverflowPresenterStyle As Style
<CommandBar CommandBarOverflowPresenterStyle={StaticResource styleResourceKey}/>
- or -
<CommandBar>
  <CommandBar.CommandBarOverflowPresenterStyle>
    <Style TargetType="CommandBarOverflowPresenter">
      oneOrMoreSetters
    </Style>
  </CommandBar.CommandBarOverflowPresenterStyle>
</CommandBar>

속성 값

CommandBar의 오버플로 콘텐츠에 적용된 스타일입니다(있는 경우). 그렇지 않으면 null입니다. 기본값은 null입니다.

설명

CommandBarOverflowPresenter 값에 사용하는 Style 요소는 를 지정TargetType="CommandBarOverflowPresenter"해야 합니다.

CommandBar의 오버플로 콘텐츠(SecondaryCommands)를 표시하는 내부 CommandBarOverflowPresenter의 속성의 스타일을 지정할 수 있습니다. 스타일을 지정할 수 있는 속성은 기본 ItemsControl 클래스 또는 Control 클래스(예: FontSize 또는 Padding) 또는 CommandBarOverflowPresenter 클래스가 상속하는 FrameworkElement.Margin과 같은 기본 요소 속성의 종속성 속성입니다.

적용 대상

추가 정보