RibbonApplicationMenu.FooterPaneContentTemplate 속성

응용 프로그램 메뉴 바닥글 창의 콘텐츠를 표시하는 데 사용할 템플릿을 가져오거나 설정합니다.

네임스페이스:  Microsoft.Windows.Controls.Ribbon
어셈블리:  RibbonControlsLibrary(RibbonControlsLibrary.dll)

구문

‘선언
Public Property FooterPaneContentTemplate As DataTemplate
    Get
    Set
public DataTemplate FooterPaneContentTemplate { get; set; }
public:
property DataTemplate^ FooterPaneContentTemplate {
    DataTemplate^ get ();
    void set (DataTemplate^ value);
}
member FooterPaneContentTemplate : DataTemplate with get, set
function get FooterPaneContentTemplate () : DataTemplate
function set FooterPaneContentTemplate (value : DataTemplate)

속성 값

형식: System.Windows.DataTemplate
응용 프로그램 메뉴 바닥글 창의 콘텐츠를 표시하는 데 사용하는 템플릿입니다.등록된 기본값은 nullNull 참조(Visual Basic의 경우 Nothing)입니다.값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하십시오.

종속성 속성 정보

식별자 필드

FooterPaneContentTemplateProperty

true로 설정된 메타데이터 속성

없음

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

RibbonApplicationMenu 클래스

Microsoft.Windows.Controls.Ribbon 네임스페이스