public bool Available { get; }
Gets a value that indicates the Ink Style is available for the selection. Check this value is true before using the other property values in this class.
Example
if (inkstyle.Available)
{
// the RichInkBox was not busy and the InkStyle values are valid
}