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 |
無 |