Table of Contents

Method BeginLineSpacing

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BeginLineSpacing(int)

Begins applying line spacing.

public virtual bool BeginLineSpacing(int lineSpacing)

Parameters

lineSpacing int

A multiple, where 10 means single-spacing, 15 means 1.5 spacing, and 20 means double spacing.

Returns

bool

Remarks

The TextBoxTextAttrLineSpacing constants are defined for convenience.