Share via


RibbonTextBox.TextBoxWidth プロパティ

定義

コントロールの幅を取得または設定します。

public:
 property double TextBoxWidth { double get(); void set(double value); };
public double TextBoxWidth { get; set; }
member this.TextBoxWidth : double with get, set
Public Property TextBoxWidth As Double

プロパティ値

RibbonTextBox の幅 (ピクセル単位)。 登録済みの既定値は 0 です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。

適用対象