summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqian.sui <qian.sui@samsung.com>2017-08-18 16:45:00 +0800
committerqian.sui <qian.sui@samsung.com>2017-08-18 16:47:07 +0800
commite3e8e960b50681eb78b4eae5d927d740cdfc4dec (patch)
tree0b4851eb84081d0b0cb463fb8595dd22bf36dee3
parent1fbb773a42aeb6d81b34e579f7cb429c3c0ae0e4 (diff)
downloadelm-sharp-e3e8e960b50681eb78b4eae5d927d740cdfc4dec.tar.gz
elm-sharp-e3e8e960b50681eb78b4eae5d927d740cdfc4dec.tar.bz2
elm-sharp-e3e8e960b50681eb78b4eae5d927d740cdfc4dec.zip
Modify comments for Panes
Change-Id: I1567e0adc8f5603f6f8b6c569e972cd390614cec Signed-off-by: qian.sui <qian.sui@samsung.com>
-rwxr-xr-xElmSharp/ElmSharp/Panes.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/ElmSharp/ElmSharp/Panes.cs b/ElmSharp/ElmSharp/Panes.cs
index d99b5b6..4871d68 100755
--- a/ElmSharp/ElmSharp/Panes.cs
+++ b/ElmSharp/ElmSharp/Panes.cs
@@ -94,8 +94,9 @@ namespace ElmSharp
/// Sets or gets the orientation of a given Panes widget.
/// </summary>
/// <remarks>
- /// Uses this function to change how your panes are to be disposed: vertically or horizontally.
- /// By default it's displayed horizontally.
+ /// Use this function to change how your panes is to be disposed: vertically or horizontally.
+ /// Horizontal panes have "top" and "bottom" contents, vertical panes have "left" and "right" contents.
+ /// By default panes is in a vertical mode.
/// </remarks>
public bool IsHorizontal
{