Table of Contents

Enum Format

Namespace
Northwoods.Go
Assembly
Northwoods.GoDiagram.WinForms.dll

This enumeration specifies possible values for Formatting.

public enum Format

Fields

None = 1

The TextBlock will not automatically trim any whitespace at the start or end of each line of text. This can be useful if your text is preformatted.

Trim = 0

The TextBlock will automatically trim any whitespace at the start or end of each line of text.