RibbonControlSizeDefinition.MaxWidth プロパティ

定義

リボンのコンテナー コントロールの幅の上限を取得または設定します。

public:
 property System::Windows::Controls::Ribbon::RibbonControlLength MaxWidth { System::Windows::Controls::Ribbon::RibbonControlLength get(); void set(System::Windows::Controls::Ribbon::RibbonControlLength value); };
public System.Windows.Controls.Ribbon.RibbonControlLength MaxWidth { get; set; }
member this.MaxWidth : System.Windows.Controls.Ribbon.RibbonControlLength with get, set
Public Property MaxWidth As RibbonControlLength

プロパティ値

コントロールの幅の最大値。 登録済みの既定値は PositiveInfinity です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。

注釈

このプロパティは、コントロールが他のオブジェクトのコンテナーである場合にのみ有効です。

依存プロパティ情報

識別子フィールド MaxWidthProperty
に設定されたメタデータ プロパティ true なし

適用対象

こちらもご覧ください