| C# |
|---|
| public class Target : IComparable<Target> |
| #ctor | Initializes an object instance. |
| CompareTo | Provides the default Sort functionality. |
| Inactivate | Sets the target as inactive. |
| Move | Moves the target to the next row. |
| SetRemainingPointX | Sets the remaining point position. |
| OnSetRemainingPoint | The set remaining point event method. |
| CharacterHeight | The Font character height. |
| CharacterWidth | The standard character width. |
| ColorValue | The color value. |
| Column | The current target column. |
| DrawBrush | The brush value. |
| NextCharacter | The next character value. |
| RemainingPoint | The remaining point value. |
| RemainingValue | The remaining unmatched value. |
| Row | The current target row. |
| TargetPoint | The current point value. |
| TypedIndex | The matching characters index. |
| TypedValue | The current matching value. |
| Value | The string value. |