Table of Contents

Method LineHeight

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

LineHeight(double)

Sets the line height as a multiple of single spacing.

ITextBlock LineHeight(double multiple)

Parameters

multiple double

The multiple, for example 1.5.

Returns

ITextBlock

This block, for chaining.

Exceptions

ArgumentOutOfRangeException

The multiple is not a positive finite number.