|  | DocxTextBoxWidth Property  | 
 
            Gets the width.
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
 Syntax
Syntaxpublic double Width { get; }Public ReadOnly Property Width As Double
	Get
public:
property double Width {
	double get ();
}member Width : float with get
Property Value
Type: 
DoubleThe width.
 See Also
See Also