Gets the FormattingStyle which is the base style of this style. If this style is the TextControl's root style this property returns null. The property's value can be either a ParagraphStyle or an InlineStyle.

Introduced: X14.

Syntax

public FormattingStyle BaseStyle { get; }
Public ReadOnly Property BaseStyle() As FormattingStyle

Limitations

Read only.