[]
Gets or sets the minimum length of the MaskPatternField. This is a dependency property.
public int MinLength { get; set; }
Public Property MinLength As Integer
Type | Description |
---|---|
int | An int value indicates the minimum length. The default value is 1. |