X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FBaseComponents%2FTextEditor.cs;h=17185e7adb74be61a7ed0d6a4f6b6805b6e07cc7;hb=58eaa603449254d05d07c00671ee77fa96e6e36b;hp=0fe75797fff58ef9609a8ce4a56ff2d4e3105833;hpb=1d9d0a1102abac15c0eda3bfeea0638d68a71d14;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs b/src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs index 0fe7579..17185e7 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs @@ -83,7 +83,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Event arguments that passed via TextChanged signal. + /// Event arguments that passed via the TextChanged signal. /// public class TextChangedEventArgs : EventArgs { @@ -111,8 +111,8 @@ namespace Tizen.NUI.BaseComponents private TextChangedCallbackDelegate _textEditorTextChangedCallbackDelegate; /// - /// Event for TextChanged signal which can be used to subscribe/unsubscribe the event handler - /// provided by the user. TextChanged signal is emitted when the text changes.
+ /// An event for the TextChanged signal which can be used to subscribe or unsubscribe the event handler + /// provided by the user. The TextChanged signal is emitted when the text changes.
///
public event EventHandler TextChanged { @@ -151,7 +151,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Event arguments that passed via ScrollStateChanged signal. + /// Event arguments that passed via the ScrollStateChanged signal. /// public class ScrollStateChangedEventArgs : EventArgs { @@ -195,8 +195,8 @@ namespace Tizen.NUI.BaseComponents private ScrollStateChangedCallbackDelegate _textEditorScrollStateChangedCallbackDelegate; /// - /// Event for ScrollStateChanged signal which can be used to subscribe/unsubscribe the event handler - /// provided by the user. ScrollStateChanged signal is emitted when the scroll state changes.
+ /// Event for the ScrollStateChanged signal which can be used to subscribe or unsubscribe the event handler + /// provided by the user. The ScrollStateChanged signal is emitted when the scroll state changes.
///
public event EventHandler ScrollStateChanged { @@ -353,11 +353,11 @@ namespace Tizen.NUI.BaseComponents } /// - /// TranslatableText property.
- /// The text can be set SID value.
+ /// The TranslatableText property.
+ /// The text can set the SID value.
///
/// - /// ResourceManager about multilingual is null + /// ResourceManager about multilingual is null. /// public string TranslatableText { @@ -376,11 +376,11 @@ namespace Tizen.NUI.BaseComponents } } /// - /// TranslatablePlaceholderText property.
- /// The text can be set SID value.
+ /// The TranslatablePlaceholderText property.
+ /// The text can set the SID value.
///
/// - /// ResourceManager about multilingual is null + /// ResourceManager about multilingual is null. /// public string TranslatablePlaceholderText { @@ -428,7 +428,7 @@ namespace Tizen.NUI.BaseComponents PlaceholderText = NUIApplication.MultilingualResourceManager?.GetString(textEditorPlaceHolderTextSid, new CultureInfo(e.Value.Replace("_", "-"))); } } - /// Text property. + /// The Text property. /// public string Text { @@ -445,7 +445,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Text color property. + /// The TextColor property. /// public Vector4 TextColor { @@ -462,7 +462,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Font family property. + /// The FontFamily property. /// public string FontFamily { @@ -479,7 +479,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Font style property. + /// The FontStyle property. /// public PropertyMap FontStyle { @@ -496,7 +496,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Point size property. + /// The PointSize property. /// public float PointSize { @@ -513,7 +513,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Horizontal alignment property. + /// The HorizontalAlignment property. /// public HorizontalAlignment HorizontalAlignment { @@ -568,7 +568,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Scroll threshold property. + /// The ScrollThreshold property. /// public float ScrollThreshold { @@ -585,7 +585,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Scroll speed property. + /// The ScrollSpeed property. /// public float ScrollSpeed { @@ -602,7 +602,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Primary cursor color property. + /// The PrimaryCursorColor property. /// public Vector4 PrimaryCursorColor { @@ -619,7 +619,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SecondaryCursorColor property. + /// The SecondaryCursorColor property. /// public Vector4 SecondaryCursorColor { @@ -636,7 +636,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// EnableCursorBlink property. + /// The EnableCursorBlink property. /// public bool EnableCursorBlink { @@ -653,7 +653,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// CursorBlinkInterval property. + /// The CursorBlinkInterval property. /// public float CursorBlinkInterval { @@ -670,7 +670,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// CursorBlinkDuration property. + /// The CursorBlinkDuration property. /// public float CursorBlinkDuration { @@ -687,7 +687,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// CursorWidth property. + /// The CursorWidth property. /// public int CursorWidth { @@ -704,7 +704,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// GrabHandleImage property. + /// The GrabHandleImage property. /// public string GrabHandleImage { @@ -721,7 +721,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// GrabHandlePressedImage property. + /// The GrabHandlePressedImage property. /// public string GrabHandlePressedImage { @@ -738,7 +738,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SelectionHandleImageLeft property. + /// The SelectionHandleImageLeft property. /// public PropertyMap SelectionHandleImageLeft { @@ -755,7 +755,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SelectionHandleImageRight property. + /// The SelectionHandleImageRight property. /// public PropertyMap SelectionHandleImageRight { @@ -772,7 +772,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SelectionHandlePressedImageLeft property. + /// The SelectionHandlePressedImageLeft property. /// public PropertyMap SelectionHandlePressedImageLeft { @@ -789,7 +789,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SelectionHandlePressedImageRight property. + /// The SelectionHandlePressedImageRight property. /// public PropertyMap SelectionHandlePressedImageRight { @@ -806,7 +806,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SelectionHandleMarkerImageLeft property. + /// The SelectionHandleMarkerImageLeft property. /// public PropertyMap SelectionHandleMarkerImageLeft { @@ -823,7 +823,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SelectionHandleMarkerImageRight property. + /// The SelectionHandleMarkerImageRight property. /// public PropertyMap SelectionHandleMarkerImageRight { @@ -840,7 +840,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SelectionHighlightColor property. + /// The SelectionHighlightColor property. /// public Vector4 SelectionHighlightColor { @@ -857,7 +857,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// DecorationBoundingBox property. + /// The DecorationBoundingBox property. /// public Rectangle DecorationBoundingBox { @@ -874,7 +874,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// EnableMarkup property. + /// The EnableMarkup property. /// public bool EnableMarkup { @@ -891,7 +891,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// InputColor property. + /// The InputColor property. /// public Vector4 InputColor { @@ -908,7 +908,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// InputFontFamily property. + /// The InputFontFamily property. /// public string InputFontFamily { @@ -925,7 +925,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// InputFontStyle property. + /// The InputFontStyle property. /// public PropertyMap InputFontStyle { @@ -942,7 +942,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// InputPointSize property. + /// The InputPointSize property. /// public float InputPointSize { @@ -959,7 +959,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// LineSpacing property. + /// The LineSpacing property. /// public float LineSpacing { @@ -976,7 +976,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// InputLineSpacing property. + /// The InputLineSpacing property. /// public float InputLineSpacing { @@ -993,7 +993,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Underline property. + /// The Underline property. /// public PropertyMap Underline { @@ -1010,7 +1010,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// InputUnderline property. + /// The InputUnderline property. /// public string InputUnderline { @@ -1027,7 +1027,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Shadow property. + /// The Shadow property. /// public PropertyMap Shadow { @@ -1044,7 +1044,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// InputShadow property. + /// The InputShadow property. /// public string InputShadow { @@ -1061,7 +1061,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Emboss property. + /// The Emboss property. /// public string Emboss { @@ -1078,7 +1078,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// InputEmboss property. + /// The InputEmboss property. /// public string InputEmboss { @@ -1095,7 +1095,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Outline property. + /// The Outline property. /// public string Outline { @@ -1112,7 +1112,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// InputOutline property. + /// The InputOutline property. /// public string InputOutline { @@ -1129,7 +1129,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SmoothScroll property. + /// The SmoothScroll property. /// public bool SmoothScroll { @@ -1146,7 +1146,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// SmoothScrollDuration property. + /// The SmoothScrollDuration property. /// public float SmoothScrollDuration { @@ -1163,7 +1163,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// EnableScrollBar property. + /// The EnableScrollBar property. /// public bool EnableScrollBar { @@ -1180,7 +1180,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// ScrollBarShowDuration property. + /// The ScrollBarShowDuration property. /// public float ScrollBarShowDuration { @@ -1197,7 +1197,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// ScrollBarFadeDuration property. + /// The ScrollBarFadeDuration property. /// public float ScrollBarFadeDuration { @@ -1214,7 +1214,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// PixelSize property. + /// The PixelSize property. /// public float PixelSize { @@ -1231,7 +1231,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// The line count of text. + /// The line count of the text. /// public int LineCount { @@ -1261,7 +1261,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// The placeholder-text color. + /// The Placeholder text color. /// public Color PlaceholderTextColor { @@ -1278,7 +1278,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Enable selection property. + /// The EnableSelection property. /// public bool EnableSelection { @@ -1295,8 +1295,8 @@ namespace Tizen.NUI.BaseComponents } /// - /// Placeholder property. - /// Gets/Sets the placeholder : text, color, font family, font style, point size, and pixel size. + /// The Placeholder property. + /// Gets or sets the placeholder: text, color, font family, font style, point size, and pixel size. /// /// /// The following example demonstrates how to set the placeholder property. @@ -1333,8 +1333,8 @@ namespace Tizen.NUI.BaseComponents } /// - /// LineWrapMode property.
- /// line wrap mode when the text lines over layout width.
+ /// The LineWrapMode property.
+ /// The line wrap mode when the text lines over the layout width.
///
public LineWrapMode LineWrapMode {