RibbonComboBox.SelectionBoxWidth 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
콤보 상자에서 선택한 항목을 표시하는 텍스트 상자의 너비를 가져오거나 설정합니다.
public:
property double SelectionBoxWidth { double get(); void set(double value); };
public double SelectionBoxWidth { get; set; }
member this.SelectionBoxWidth : double with get, set
Public Property SelectionBoxWidth As Double
속성 값
콤보 상자에서 선택한 항목을 표시하는 텍스트 상자의 너비입니다. 등록된 기본값은 0.0입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하세요.
예제
다음 예제에서는 콤보 상자의 세 가지 사용 가능한 항목을 사용 하 여 만드는 태그를 보여 줍니다.
<ribbon:RibbonComboBox Label="1"
SmallImageSource="Images/RightArrowShort_Green16.png"
SelectionBoxWidth="62"
VerticalAlignment="Center"
IsEditable="True" >
<ribbon:RibbonGallery SelectedValue="Green"
SelectedValuePath="Content"
MaxColumnCount="1">
<ribbon:RibbonGalleryCategory>
<ribbon:RibbonGalleryItem Content="Green" Foreground="Green" />
<ribbon:RibbonGalleryItem Content="Blue" Foreground="Blue" />
<ribbon:RibbonGalleryItem Content="Orange" Foreground="Orange" />
</ribbon:RibbonGalleryCategory>
</ribbon:RibbonGallery>
</ribbon:RibbonComboBox>
설명
SelectionBoxWidth 속성 콤보 상자와 연결 된 레이블 및 이미지의 너비를 포함 하지 않습니다.
종속성 속성 정보
식별자 필드 | SelectionBoxWidthProperty |
메타 데이터 속성 설정 true |
없음 |