X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FPinchGesture.cs;h=ec97af920aceb7c2f7dac5de84005994e016b774;hb=ea5625aa453488271b0a52ee4e25fbb29feb6484;hp=daf41731f3f9aa902fa3fc40f2d06689be58becb;hpb=ff57cbb1221d9f6b9f5fe7a41b6a15f6e92cfc7b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/PinchGesture.cs b/src/Tizen.NUI/src/public/PinchGesture.cs index daf4173..ec97af9 100755 --- a/src/Tizen.NUI/src/public/PinchGesture.cs +++ b/src/Tizen.NUI/src/public/PinchGesture.cs @@ -77,7 +77,7 @@ namespace Tizen.NUI /// /// The scale factor from the start of the pinch gesture till the latest pinch gesture.
/// If the user is moving their fingers away from each other, then - /// this value increases. Conversely, if the user is moving their + /// this value increases. Conversely, if the user is moving their /// fingers towards each other, this value will decrease.
///
public float Scale @@ -123,9 +123,9 @@ namespace Tizen.NUI } /// - /// Default Constructor. + /// The default constructor. /// - /// The state of the gesture + /// The state of the gesture. internal PinchGesture(Gesture.StateType state) : this(NDalicPINVOKE.new_PinchGesture__SWIG_0((int)state), true) { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();