IsFull Property
IsFull
Gets whether the editor have been input fully. This is a dependency property.
Declaration
public bool IsFull { get; }
Public ReadOnly Property IsFull As Boolean
Property Value
Type |
Description |
bool |
true indicate the editor have been input full, otherwise, false.
|