X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FBaseComponents%2FStyle%2FViewStyle.cs;h=b9dc121d346f837a078d184929eec21e0e10e373;hb=acfe89f67b1908c8fc853931c55ed8d35b1e31c5;hp=3ee71bc79432bd65bd600f65c3a6812794089c8f;hpb=4d2c71056d7e322c932d817538382ed0b6c96575;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs b/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs index 3ee71bc..b9dc121 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs @@ -421,6 +421,7 @@ namespace Tizen.NUI.BaseComponents /// /// The radius for the rounded corners of the View. /// The values in Vector4 are used in clockwise order from top-left to bottom-left : Vector4(top-left-corner, top-right-corner, bottom-right-corner, bottom-left-corner). + /// Each radius will clamp internally to the half of smaller of the view's width or height. /// /// 9 public Vector4 CornerRadius @@ -430,7 +431,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Whether the CornerRadius property value is relative (percentage [0.0f to 1.0f] of the view size) or absolute (in world units). + /// Whether the CornerRadius property value is relative (percentage [0.0f to 0.5f] of the view size) or absolute (in world units). /// It is absolute by default. /// When the policy is relative, the corner radius is relative to the smaller of the view's width and height. /// @@ -453,6 +454,7 @@ namespace Tizen.NUI.BaseComponents /// /// The color for the borderline of the View. + /// This color is affected by View Opacity. /// [EditorBrowsable(EditorBrowsableState.Never)] public Color BorderlineColor