Gets or sets the value that specifies the maximum number of characters allowed for user input.
public:
property uint32 MaxLength {
uint32 get ();
void set (uint32 value);
}
Type: uint32
A integer value indicating the maximum number of characters allowed for user input.
The default for MaxLength is 0 (no limit).
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd
SmartGlassTextEntrySurface Class