Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 680 Bytes

File metadata and controls

23 lines (15 loc) · 680 Bytes

HorizontalSingleVerticalDoubleConnectorPatterns.GetBlank method

Returns the characters pattern to represent a blank space.

public string GetBlank(byte indent, int level)
parameter description
indent The amount of characters by which the level of the tree structure must be indented.
level The level of the tree structure being written.

Return Value

The characters pattern.

See Also