IRegionFormatable Interface

Encapsulates text formatting fields for the document element.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IRegionFormatable

Properties

Bold Gets or sets whether the text of the document element is shown bold.
FontName Gets or sets the name of the font of the document element.
Italic Gets or sets whether the text of the document element is shown italic.
Underline Gets or sets whether the text of the document element is shown underlined.

See Also