RibbonTextBox.TextBoxWidth Property

Definition

Gets or sets the width of the control.

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

Property Value

The width of the RibbonTextBox in pixels. The registered default is 0. For more information about what can influence the value, see Dependency Property Value Precedence.

Applies to