NShape Reference
ToolCache.GetStringFormat Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > ToolCache Class >

NShape Reference
ToolCache.GetStringFormat Method

Previous pageReturn to chapter overviewNext page

Constructs a StringFormat from the given IParagraphStyle.

Syntax

public static StringFormat GetStringFormat(IParagraphStyle paragraphStyle)

Description

Constructs a System.Dawing.StringFormat used for layouting texts from the given IParagraphStyle.

Parameters

Name

Description

paragraphStyle

Specifies the properties of the StringFormat object.

Exceptions

Exception

Condition

ArgumentNullException

The given IParagraphStyle is null.