[]
Gets whether the field have been input fully. This is a dependency property.
public bool IsFull { get; }
Public ReadOnly Property IsFull As Boolean
Type | Description |
---|---|
bool | true indicate the field have been input full; otherwise, it's false. |
When this property is true, it means current input text length has reached the maximum length of range.