From 9946e29c4e8c57f72b311fcf249d011ae8314005 Mon Sep 17 00:00:00 2001 From: Qian Sui Date: Fri, 16 Jun 2017 10:19:00 +0800 Subject: [GenGrid]Modify comments for ItemAlignmentX,ItemAlignmentY Change-Id: If9f0a7651694a9cf776d2c299239b2c21e5847e0 Signed-off-by: Qian Sui --- ElmSharp/ElmSharp/GenGrid.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 ElmSharp/ElmSharp/GenGrid.cs diff --git a/ElmSharp/ElmSharp/GenGrid.cs b/ElmSharp/ElmSharp/GenGrid.cs old mode 100644 new mode 100755 index b5effb0..be8c5ec --- a/ElmSharp/ElmSharp/GenGrid.cs +++ b/ElmSharp/ElmSharp/GenGrid.cs @@ -120,8 +120,8 @@ namespace ElmSharp /// /// Gets or sets the item's grid alignment along x-axis within a given gengrid widget. - /// The range is less than or equal to 1,and greater than or equal to 0. - /// By default, value is 0.5, meaning that the gengrid has its items grid placed exactly in the middle along x-axis. + /// Accepted values are in the 0.0 to 1.0 range, with the special value -1.0 used to specify "justify" or "fill" by some users. + /// By default, value is 0.0, meaning that the gengrid has its items grid placed exactly in the left along x-axis. /// public double ItemAlignmentX { @@ -140,8 +140,8 @@ namespace ElmSharp /// /// Gets or sets the item's grid alignment on y-axis within a given gengrid widget. - /// The range is less than or equal to 1, and greater than or equal to 0. - /// By default, value is 0.5, meaning that the gengrid has its items grid placed exactly in the middle along y-axis. + /// Accepted values are in the 0.0 to 1.0 range, with the special value -1.0 used to specify "justify" or "fill" by some users. + /// By default, value is 0.0, meaning that the gengrid has its items grid placed exactly in the top along y-axis. /// public double ItemAlignmentY { -- cgit v1.2.3