Table of Contents

TDrawingTextAttributes.Size Property

Specifies the size of text within a text run. Whole points are specified in increments of 100 starting with 100 being a point size of 1. For instance a font point size of 12 would be 1200 and a font point size of 12.5 would be 1250. A null value means to use the parent's settings.

Syntax

Namespace: FlexCel.Core

public Nullable<Int32> Size { get; }

See also