RibbonTab.GroupSizeReductionOrder 속성

정의

리본 크기가 줄어들 때 그룹 크기 정의가 적용되는 순서를 지정하는 RibbonGroup 이름의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Specialized::StringCollection ^ GroupSizeReductionOrder { System::Collections::Specialized::StringCollection ^ get(); void set(System::Collections::Specialized::StringCollection ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.Ribbon.StringCollectionConverter))]
public System.Collections.Specialized.StringCollection GroupSizeReductionOrder { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.Ribbon.StringCollectionConverter))>]
member this.GroupSizeReductionOrder : System.Collections.Specialized.StringCollection with get, set
Public Property GroupSizeReductionOrder As StringCollection

속성 값

StringCollection

Ribbon 크기가 줄어들 때 그룹 크기 정의가 적용되는 순서를 지정하는 RibbonGroup 이름의 컬렉션입니다. 등록된 기본값은 null입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하세요.

특성

예제

다음 예제에서는 지정 하는 방법의 GroupSizeReductionOrder합니다.

<ribbon:RibbonTab Header="Home"   
    GroupSizeReductionOrder="Clipboard, Insert, Insert, Paragraph, Clipboard, Editing, Font, Clipboard" >  
    <ribbon:RibbonGroup Header="Clipboard" Name="Clipboard" SmallImageSource="Images/Paste16.png">  
        ...    
    </ribbon:RibbonGroup>  
    <ribbon:RibbonGroup Header="Font" Name="Font" SmallImageSource="Images\FontColor16.png">  
        ...  
    </ribbon:RibbonGroup>  
    <ribbon:RibbonGroup Header="Paragraph" Name="Paragraph" SmallImageSource="Images/AlignLeft16.png">  
        ...  
    </ribbon:RibbonGroup>  
    <ribbon:RibbonGroup Header="Insert" Name="Insert" SmallImageSource="Images/InsertPicture16.png">  
        ...  
    </ribbon:RibbonGroup>  
    <ribbon:RibbonGroup Header="Editing" Name="Editing" SmallImageSource="Images/Find16.png">  
        ...  
    </ribbon:RibbonGroup>  
</ribbon:RibbonTab>  

설명

종속성 속성 정보

식별자 필드 GroupSizeReductionOrderProperty
메타 데이터 속성 설정 true 없음

적용 대상

추가 정보