Table of Contents

TDrawingTextAttributes.Bold Property

Specifies whether a run of text is formatted as bold text. A null value means to use the parent's settings, while false means always that the text is not bold, no matter if it was inside a bold paragraph.

Syntax

Namespace: FlexCel.Core

public Nullable<Boolean> Bold { get; }

See also