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