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