Share via


TextInput.MaxLength Property

Text Box Form Field Maximum Length.Represents the element tag in schema: w:maxLength

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property MaxLength As MaxLength
    Get
    Set
'Usage
Dim instance As TextInput
Dim value As MaxLength

value = instance.MaxLength

instance.MaxLength = value
public MaxLength MaxLength { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.MaxLength
Returns MaxLength.

See Also

Reference

TextInput Class

TextInput Members

DocumentFormat.OpenXml.Wordprocessing Namespace