Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.38 KB

File metadata and controls

24 lines (17 loc) · 1.38 KB

HorizontalSingleVerticalDoubleConnectorPatterns class

IConnectorPatterns implementation to write horizontal single-line connectors and vertical double-line connectors.

public sealed class HorizontalSingleVerticalDoubleConnectorPatterns : IConnectorPatterns

Public Members

name description
HorizontalSingleVerticalDoubleConnectorPatterns() The default constructor.
GetBlank(…) Returns the characters pattern to represent a blank space.
GetUpAndRight(…) Returns the characters pattern to represent a connection from upside to right.
GetVertical(…) Returns the characters pattern to represent a vertical line.
GetVerticalAndRight(…) Returns the characters pattern to represent a vertical line with a right connection.

See Also