RibbonTextBox.TextBoxWidth Property
Gets or sets the width of the control.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property TextBoxWidth As Double
public double TextBoxWidth { get; set; }
public:
property double TextBoxWidth {
double get ();
void set (double value);
}
member TextBoxWidth : float with get, set
function get TextBoxWidth () : double
function set TextBoxWidth (value : double)
Property Value
Type: System.Double
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.