Represents tree guide lines.
Properties
Ascii
: TreeGuideGets an AsciiTreeGuide instance.
BoldLine
: TreeGuideGets a BoldLineTreeGuide instance.
DoubleLine
: TreeGuideGets a DoubleLineTreeGuide instance.
Line
: TreeGuideGets a LineTreeGuide instance.
SafeTreeGuide
: TreeGuideGets the safe guide lines or null if none exist.
Methods
public string GetPart(TreeGuidePart part)
Get the set of characters used to render the corresponding TreeGuidePart.
Parameters:
part (TreeGuidePart)The part of the tree to get rendering string for.
Returns:
Rendering string for the tree part.
Extension Methods
TreeGuide GetSafeTreeGuide(this TreeGuide guide, bool safe)Gets the safe border for a border.
Returns:
The safe border if one exist, otherwise the original border.