summaryrefslogtreecommitdiff
path: root/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Tizen.NUI/src/public/BaseComponents/TextEditor.cs')
-rwxr-xr-xTizen.NUI/src/public/BaseComponents/TextEditor.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tizen.NUI/src/public/BaseComponents/TextEditor.cs b/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
index 16d6dae..616cd7f 100755
--- a/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
+++ b/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
@@ -1222,6 +1222,7 @@ namespace Tizen.NUI.BaseComponents
/// <code>
/// PropertyMap propertyMap = new PropertyMap();
/// propertyMap.Add("placeholderText", new PropertyValue("Setting Placeholder Text"));
+ /// propertyMap.Add("placeholderTextFocused", new PropertyValue("Setting Placeholder Text Focused"));
/// propertyMap.Add("placeholderColor", new PropertyValue(Color.Red));
/// propertyMap.Add("placeholderFontFamily", new PropertyValue("Arial"));
/// propertyMap.Add("placeholderPointSize", new PropertyValue(12.0f));