diff --git a/docs/Posh/Host/UI/Box/README.md b/docs/Posh/Host/UI/Box/README.md index c5af278..7ac5363 100644 --- a/docs/Posh/Host/UI/Box/README.md +++ b/docs/Posh/Host/UI/Box/README.md @@ -12,6 +12,7 @@ * [get_Middle](get_Middle.md) * [get_MiddleLeft](get_MiddleLeft.md) * [get_MiddleRight](get_MiddleRight.md) +* [get_MiddleWall](get_MiddleWall.md) * [get_RightWall](get_RightWall.md) * [get_TopLeft](get_TopLeft.md) * [get_TopMiddle](get_TopMiddle.md) diff --git a/docs/Posh/Host/UI/Box/get_MiddleWall.md b/docs/Posh/Host/UI/Box/get_MiddleWall.md new file mode 100644 index 0000000..ede2948 --- /dev/null +++ b/docs/Posh/Host/UI/Box/get_MiddleWall.md @@ -0,0 +1,22 @@ +Posh.Host.UI.Box.get_MiddleWall() +--------------------------------- + +### Synopsis +Gets a box's middle wall character + +--- + +### Description + +Gets the middle wall in a box. + +--- + +### Notes +If the box only has one line, and it is less than 5 characters, the second character will be considered the top wall. + +If it only has one character, it will be considered the middle wall. + +Otherwise, the character directly left of the middle will be considered the middle wall. + +---