[]
Gets the pattern of MaskPatternField. This is a dependency property.
public string Pattern { get; set; }
Public Property Pattern As String
| Type | Description |
|---|---|
| string | A string value indicates the pattern. The default value is String.Empty. |
| Type | Condition |
|---|---|
| ArgumentException | When set null or invalid pattern string. |