}
/// <summary>
- /// The Text property.
+ /// The Text property.<br />
+ /// The text to display in the UTF-8 format.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string Text
}
/// <summary>
- /// The TextColor property.
+ /// The TextColor property.<br />
+ /// The color of the text.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textEditor.TextColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The FontFamily property.
+ /// The FontFamily property.<br />
+ /// The requested font family to use.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string FontFamily
}
/// <summary>
- /// The FontStyle property.
+ /// The FontStyle property.<br />
+ /// The requested font style to use.<br />
/// The fontStyle map contains the following keys :<br />
/// <list type="table">
/// <item><term>width (string)</term><description>The width key defines occupied by each glyph. (values: ultraCondensed, extraCondensed, condensed, semiCondensed, normal, semiExpanded, expanded, extraExpanded, ultraExpanded)</description></item>
}
/// <summary>
- /// The PointSize property.
+ /// The PointSize property.<br />
+ /// The size of font in points.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float PointSize
}
/// <summary>
- /// The HorizontalAlignment property.
+ /// The HorizontalAlignment property.<br />
+ /// The line horizontal alignment.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public HorizontalAlignment HorizontalAlignment
}
/// <summary>
- /// The ScrollThreshold property.
+ /// The ScrollThreshold property.<br />
+ /// Horizontal scrolling will occur if the cursor is this close to the control border.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float ScrollThreshold
}
/// <summary>
- /// The ScrollSpeed property.
+ /// The ScrollSpeed property.<br />
+ /// The scroll speed in pixels per second.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float ScrollSpeed
}
/// <summary>
- /// The PrimaryCursorColor property.
+ /// The PrimaryCursorColor property.<br />
+ /// The color to apply to the primary cursor.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textEditor.PrimaryCursorColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The SecondaryCursorColor property.
+ /// The SecondaryCursorColor property.<br />
+ /// The color to apply to the secondary cursor.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textEditor.SecondaryCursorColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The EnableCursorBlink property.
+ /// The EnableCursorBlink property.<br />
+ /// Whether the cursor should blink or not.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public bool EnableCursorBlink
}
/// <summary>
- /// The CursorBlinkInterval property.
+ /// The CursorBlinkInterval property.<br />
+ /// The time interval in seconds between cursor on/off states.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float CursorBlinkInterval
}
/// <summary>
- /// The CursorBlinkDuration property.
+ /// The CursorBlinkDuration property.<br />
+ /// The cursor will stop blinking after this number of seconds (if non-zero).<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float CursorBlinkDuration
}
/// <summary>
- /// The GrabHandleImage property.
+ /// The GrabHandleImage property.<br />
+ /// The image to display for the grab handle.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string GrabHandleImage
}
/// <summary>
- /// The GrabHandlePressedImage property.
+ /// The GrabHandlePressedImage property.<br />
+ /// The image to display when the grab handle is pressed.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string GrabHandlePressedImage
}
/// <summary>
- /// The SelectionHandleImageLeft property.
+ /// The SelectionHandleImageLeft property.<br />
+ /// The image to display for the left selection handle.<br />
/// The selectionHandleImageLeft map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandleImageRight property.
+ /// The SelectionHandleImageRight property.<br />
+ /// The image to display for the right selection handle.<br />
/// The selectionHandleImageRight map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandlePressedImageLeft property.
+ /// The SelectionHandlePressedImageLeft property.<br />
+ /// The image to display when the left selection handle is pressed.<br />
/// The selectionHandlePressedImageLeft map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandlePressedImageRight property.
+ /// The SelectionHandlePressedImageRight property.<br />
+ /// The image to display when the right selection handle is pressed.<br />
/// The selectionHandlePressedImageRight map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandleMarkerImageLeft property.
+ /// The SelectionHandleMarkerImageLeft property.<br />
+ /// The image to display for the left selection handle marker.<br />
/// The selectionHandleMarkerImageLeft map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandleMarkerImageRight property.
+ /// The SelectionHandleMarkerImageRight property.<br />
+ /// The image to display for the right selection handle marker.<br />
/// The selectionHandleMarkerImageRight map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHighlightColor property.
+ /// The SelectionHighlightColor property.<br />
+ /// The color of the selection highlight.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textEditor.SelectionHighlightColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The DecorationBoundingBox property.
+ /// The DecorationBoundingBox property.<br />
+ /// The decorations (handles etc) will positioned within this area on-screen.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textEditor.DecorationBoundingBox.X = 1;) is possible.
}
/// <summary>
- /// The EnableMarkup property.
+ /// The EnableMarkup property.<br />
+ /// Whether the mark-up processing is enabled.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public bool EnableMarkup
}
/// <summary>
- /// The InputColor property.
+ /// The InputColor property.<br />
+ /// The color of the new input text.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textEditor.InputColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The InputFontFamily property.
+ /// The InputFontFamily property.<br />
+ /// The font's family of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputFontFamily
}
/// <summary>
- /// The InputFontStyle property.
+ /// The InputFontStyle property.<br />
+ /// The font's style of the new input text.<br />
/// The inputFontStyle map contains the following keys :<br />
/// <list type="table">
/// <item><term>width (string)</term><description>The width key defines occupied by each glyph. (values: ultraCondensed, extraCondensed, condensed, semiCondensed, normal, semiExpanded, expanded, extraExpanded, ultraExpanded)</description></item>
}
/// <summary>
- /// The InputPointSize property.
+ /// The InputPointSize property.<br />
+ /// The font's size of the new input text in points.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float InputPointSize
}
/// <summary>
- /// The LineSpacing property.
+ /// The LineSpacing property.<br />
+ /// The default extra space between lines in points.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float LineSpacing
}
/// <summary>
- /// The InputLineSpacing property.
+ /// The InputLineSpacing property.<br />
+ /// The extra space between lines in points.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float InputLineSpacing
}
/// <summary>
- /// The Underline property.
+ /// The Underline property.<br />
+ /// The default underline parameters.<br />
/// The underline map contains the following keys :<br />
/// <list type="table">
/// <item><term>enable (bool)</term><description>Whether the underline is enabled (the default value is false)</description></item>
}
/// <summary>
- /// The InputUnderline property.
+ /// The InputUnderline property.<br />
+ /// The underline parameters of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputUnderline
}
/// <summary>
- /// The Shadow property.
+ /// The Shadow property.<br />
+ /// The default shadow parameters.<br />
/// The shadow map contains the following keys :<br />
/// <list type="table">
/// <item><term>color (Color)</term><description>The color of the shadow (the default color is Color.Black)</description></item>
}
/// <summary>
- /// The InputShadow property.
+ /// The InputShadow property.<br />
+ /// The shadow parameters of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputShadow
}
/// <summary>
- /// The Emboss property.
+ /// The Emboss property.<br />
+ /// The default emboss parameters.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string Emboss
}
/// <summary>
- /// The InputEmboss property.
+ /// The InputEmboss property.<br />
+ /// The emboss parameters of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputEmboss
}
/// <summary>
- /// The Outline property.
+ /// The Outline property.<br />
+ /// The default outline parameters.<br />
/// The outline map contains the following keys :<br />
/// <list type="table">
/// <item><term>color (Color)</term><description>The color of the outline (the default color is Color.White)</description></item>
}
/// <summary>
- /// The InputOutline property.
+ /// The InputOutline property.<br />
+ /// The outline parameters of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputOutline
}
/// <summary>
- /// The SmoothScroll property.
+ /// The SmoothScroll property.<br />
+ /// Enable or disable the smooth scroll animation.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public bool SmoothScroll
}
/// <summary>
- /// The SmoothScrollDuration property.
+ /// The SmoothScrollDuration property.<br />
+ /// Sets the duration of smooth scroll animation.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float SmoothScrollDuration
}
/// <summary>
- /// The EnableScrollBar property.
+ /// The EnableScrollBar property.<br />
+ /// Enable or disable the scroll bar.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public bool EnableScrollBar
}
/// <summary>
- /// The ScrollBarShowDuration property.
+ /// The ScrollBarShowDuration property.<br />
+ /// Sets the duration of scroll bar to show.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float ScrollBarShowDuration
}
/// <summary>
- /// The ScrollBarFadeDuration property.
+ /// The ScrollBarFadeDuration property.<br />
+ /// Sets the duration of scroll bar to fade out.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float ScrollBarFadeDuration
}
/// <summary>
- /// The PixelSize property.
+ /// The PixelSize property.<br />
+ /// The size of font in pixels.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float PixelSize
}
/// <summary>
- /// The EnableSelection property.
+ /// The Enable selection property.<br />
+ /// Enables Text selection, such as the cursor, handle, clipboard, and highlight color.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public bool EnableSelection
/// <summary>
/// Enable editing in text control.
/// </summary>
- /// <since_tizen> 8 </since_tizen>
- /// This will be public opened in tizen_6.0 after ACR done, Before ACR, need to be hidden as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableEditing
{
/// <summary>
/// Enables Text selection using Shift key.
/// </summary>
- /// <since_tizen> 5 </since_tizen>
- /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableShiftSelection
{
}
/// <summary>
- /// The MaxLength property.
+ /// The MaxLength property.<br />
+ /// The maximum number of characters that can be inserted.<br />
/// </summary>
- /// This will be public opened in tizen_6.5 after ACR done. Before ACR, need to be hidden as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public int MaxLength
{
/// <summary>
/// The FontSizeScale property. <br />
/// The default value is 1.0. <br />
+ /// The given font size scale value is used for multiplying the specified font size before querying fonts. <br />
/// If FontSizeScale.UseSystemSetting, will use the SystemSettings.FontSize internally. <br />
/// </summary>
/// <since_tizen> 9 </since_tizen>
}
/// <summary>
- /// The InputMethodSettings property.
+ /// The InputMethodSettings property.<br />
+ /// The settings to relating to the System's Input Method, Key and Value.<br />
/// </summary>
/// <remarks>
/// <see cref="InputMethod"/> is a class encapsulating the input method map. Please use the <see cref="InputMethod"/> class for this property.
}
/// <summary>
- /// Enable grab handle property.
+ /// The Enable grab handle property.<br />
+ /// Enables the grab handles for text selection.<br />
+ /// The default value is true, which means the grab handles are enabled by default.<br />
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableGrabHandle
}
/// <summary>
- /// Enable grab handle popup property.
+ /// The Enable grab handle popup property.<br />
+ /// Enables the grab handle popup for text selection.<br />
+ /// The default value is true, which means the grab handle popup is enabled by default.<br />
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableGrabHandlePopup
}
/// <summary>
- /// Minimum line size to be used.
+ /// Minimum line size to be used.<br />
+ /// The height of the line in points. <br />
+ /// If the font size is larger than the line size, it works with the font size. <br />
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public float MinLineSize
}
/// <summary>
- /// The Text property.
+ /// The Text property.<br />
+ /// The text to display in the UTF-8 format.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string Text
}
/// <summary>
- /// The PlaceholderText property.
+ /// The PlaceholderText property.<br />
+ /// The text to display when the TextField is empty and inactive. <br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string PlaceholderText
}
/// <summary>
- /// The PlaceholderTextFocused property.
+ /// The PlaceholderTextFocused property. <br />
+ /// The text to display when the TextField is empty with input focus. <br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string PlaceholderTextFocused
}
/// <summary>
- /// The FontFamily property.
+ /// The FontFamily property.<br />
+ /// The requested font family to use.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string FontFamily
}
/// <summary>
- /// The FontStyle property.
+ /// The FontStyle property.<br />
+ /// The requested font style to use.<br />
/// The fontStyle map contains the following keys :<br />
/// <list type="table">
/// <item><term>width (string)</term><description>The width key defines occupied by each glyph. (values: ultraCondensed, extraCondensed, condensed, semiCondensed, normal, semiExpanded, expanded, extraExpanded, ultraExpanded)</description></item>
}
/// <summary>
- /// The PointSize property.
+ /// The PointSize property.<br />
+ /// The size of font in points.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float PointSize
}
/// <summary>
- /// The MaxLength property.
+ /// The MaxLength property.<br />
+ /// The maximum number of characters that can be inserted.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public int MaxLength
}
/// <summary>
- /// The ExceedPolicy property.
+ /// The ExceedPolicy property.<br />
+ /// Specifies how the text is truncated when it does not fit.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public int ExceedPolicy
}
/// <summary>
- /// The HorizontalAlignment property.
+ /// The HorizontalAlignment property.<br />
+ /// The line horizontal alignment.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public HorizontalAlignment HorizontalAlignment
}
/// <summary>
- /// The VerticalAlignment property.
+ /// The VerticalAlignment property.<br />
+ /// The line vertical alignment.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public VerticalAlignment VerticalAlignment
}
/// <summary>
- /// The TextColor property.
+ /// The TextColor property.<br />
+ /// The color of the text.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textField.TextColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The PrimaryCursorColor property.
+ /// The PrimaryCursorColor property.<br />
+ /// The color to apply to the primary cursor.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textField.PrimaryCursorColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The SecondaryCursorColor property.
+ /// The SecondaryCursorColor property.<br />
+ /// The color to apply to the secondary cursor.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textField.SecondaryCursorColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The EnableCursorBlink property.
+ /// The EnableCursorBlink property.<br />
+ /// Whether the cursor should blink or not.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public bool EnableCursorBlink
}
/// <summary>
- /// The CursorBlinkInterval property.
+ /// The CursorBlinkInterval property.<br />
+ /// The time interval in seconds between cursor on/off states.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float CursorBlinkInterval
}
/// <summary>
- /// The CursorBlinkDuration property.
+ /// The CursorBlinkDuration property.<br />
+ /// The cursor will stop blinking after this number of seconds (if non-zero).<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float CursorBlinkDuration
}
/// <summary>
- /// The GrabHandleImage property.
+ /// The GrabHandleImage property.<br />
+ /// The image to display for the grab handle.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string GrabHandleImage
}
/// <summary>
- /// The GrabHandlePressedImage property.
+ /// The GrabHandlePressedImage property.<br />
+ /// The image to display when the grab handle is pressed.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string GrabHandlePressedImage
}
/// <summary>
- /// The ScrollThreshold property.
+ /// The ScrollThreshold property.<br />
+ /// Horizontal scrolling will occur if the cursor is this close to the control border.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float ScrollThreshold
}
/// <summary>
- /// The ScrollSpeed property.
+ /// The ScrollSpeed property.<br />
+ /// The scroll speed in pixels per second.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float ScrollSpeed
}
/// <summary>
- /// The SelectionHandleImageLeft property.
+ /// The SelectionHandleImageLeft property.<br />
+ /// The image to display for the left selection handle.<br />
/// The selectionHandleImageLeft map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandleImageRight property.
+ /// The SelectionHandleImageRight property.<br />
+ /// The image to display for the right selection handle.<br />
/// The selectionHandleImageRight map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandlePressedImageLeft property.
+ /// The SelectionHandlePressedImageLeft property.<br />
+ /// The image to display when the left selection handle is pressed.<br />
/// The selectionHandlePressedImageLeft map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandlePressedImageRight property.
+ /// The SelectionHandlePressedImageRight property.<br />
+ /// The image to display when the right selection handle is pressed.<br />
/// The selectionHandlePressedImageRight map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandleMarkerImageLeft property.
+ /// The SelectionHandleMarkerImageLeft property.<br />
+ /// The image to display for the left selection handle marker.<br />
/// The selectionHandleMarkerImageLeft map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHandleMarkerImageRight property.
+ /// The SelectionHandleMarkerImageRight property.<br />
+ /// The image to display for the right selection handle marker.<br />
/// The selectionHandleMarkerImageRight map contains the following key :<br />
/// <list type="table">
/// <item><term>filename (string)</term><description>The path of image file</description></item>
}
/// <summary>
- /// The SelectionHighlightColor property.
+ /// The SelectionHighlightColor property.<br />
+ /// The color of the selection highlight.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textField.SelectionHighlightColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The DecorationBoundingBox property.
+ /// The DecorationBoundingBox property.<br />
+ /// The decorations (handles etc) will positioned within this area on-screen.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textField.DecorationBoundingBox.X = 0.1f;) is possible.
}
/// <summary>
- /// The InputMethodSettings property.
+ /// The InputMethodSettings property.<br />
+ /// The settings to relating to the System's Input Method, Key and Value.<br />
/// </summary>
/// <remarks>
/// <see cref="InputMethod"/> is a class encapsulating the input method map. Please use the <see cref="InputMethod"/> class for this property.
}
/// <summary>
- /// The InputColor property.
+ /// The InputColor property.<br />
+ /// The color of the new input text.<br />
/// </summary>
/// <remarks>
/// The property cascade chaining set is possible. For example, this (textField.InputColor.X = 0.1f;) is possible.
}
/// <summary>
- /// The EnableMarkup property.
+ /// The EnableMarkup property.<br />
+ /// Whether the mark-up processing is enabled.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public bool EnableMarkup
}
/// <summary>
- /// The InputFontFamily property.
+ /// The InputFontFamily property.<br />
+ /// The font's family of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputFontFamily
}
/// <summary>
- /// The InputFontStyle property.
+ /// The InputFontStyle property.<br />
+ /// The font's style of the new input text.<br />
/// The inputFontStyle map contains the following keys :<br />
/// <list type="table">
/// <item><term>width (string)</term><description>The width key defines occupied by each glyph. (values: ultraCondensed, extraCondensed, condensed, semiCondensed, normal, semiExpanded, expanded, extraExpanded, ultraExpanded)</description></item>
}
/// <summary>
- /// The InputPointSize property.
+ /// The InputPointSize property.<br />
+ /// The font's size of the new input text in points.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float InputPointSize
}
/// <summary>
- /// The Underline property.
+ /// The Underline property.<br />
+ /// The default underline parameters.<br />
/// The underline map contains the following keys :<br />
/// <list type="table">
/// <item><term>enable (bool)</term><description>Whether the underline is enabled (the default value is false)</description></item>
}
/// <summary>
- /// The InputUnderline property.
+ /// The InputUnderline property.<br />
+ /// The underline parameters of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputUnderline
}
/// <summary>
- /// The Shadow property.
+ /// The Shadow property.<br />
+ /// The default shadow parameters.<br />
/// The shadow map contains the following keys :<br />
/// <list type="table">
/// <item><term>color (Color)</term><description>The color of the shadow (the default color is Color.Black)</description></item>
}
/// <summary>
- /// The InputShadow property.
+ /// The InputShadow property.<br />
+ /// The shadow parameters of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputShadow
}
/// <summary>
- /// The Emboss property.
+ /// The Emboss property.<br />
+ /// The default emboss parameters.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string Emboss
}
/// <summary>
- /// The InputEmboss property.
+ /// The InputEmboss property.<br />
+ /// The emboss parameters of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputEmboss
}
/// <summary>
- /// The Outline property.
+ /// The Outline property.<br />
+ /// The default outline parameters.<br />
/// The outline map contains the following keys :<br />
/// <list type="table">
/// <item><term>color (Color)</term><description>The color of the outline (the default color is Color.White)</description></item>
}
/// <summary>
- /// The InputOutline property.
+ /// The InputOutline property.<br />
+ /// The outline parameters of the new input text.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public string InputOutline
}
/// <summary>
- /// The HiddenInputSettings property.
+ /// The HiddenInputSettings property.<br />
+ /// Hides the input characters and instead shows a default character for password or pin entry.<br />
/// The hiddenInputSettings map contains the following keys :<br />
/// <list type="table">
/// <item><term>HiddenInputProperty.Mode (int)</term><description>The mode for input text display (Use HiddenInputModeType)</description></item>
}
/// <summary>
- /// The PixelSize property.
+ /// The PixelSize property.<br />
+ /// The size of font in pixels.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float PixelSize
}
/// <summary>
- /// The Enable selection property.
+ /// The Enable selection property.<br />
+ /// Enables Text selection, such as the cursor, handle, clipboard, and highlight color.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public bool EnableSelection
}
/// <summary>
- /// The Enable selection property.
+ /// The Enable grab handle property.<br />
+ /// Enables the grab handles for text selection.<br />
+ /// The default value is true, which means the grab handles are enabled by default.<br />
/// </summary>
- /// <since_tizen> 6 </since_tizen>
- /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableGrabHandle
{
}
/// <summary>
- /// The Enable selection property.
+ /// The Enable grab handle popup property.<br />
+ /// Enables the grab handle popup for text selection.<br />
+ /// The default value is true, which means the grab handle popup is enabled by default.<br />
/// </summary>
- /// <since_tizen> 6 </since_tizen>
- /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableGrabHandlePopup
{
/// <summary>
/// Enable editing in text control.
/// </summary>
- /// <since_tizen> 8 </since_tizen>
- /// This will be public opened in tizen_6.0 after ACR done, Before ACR, need to be hidden as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableEditing
{
/// <summary>
/// Enables selection of the text using the Shift key.
/// </summary>
- /// <since_tizen> 5 </since_tizen>
- /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableShiftSelection
{
}
/// <summary>
- /// The text alignment to match the direction of the system language.
+ /// The text alignment to match the direction of the system language.<br />
+ /// The default value is true.<br />
/// </summary>
/// <since_tizen> 6 </since_tizen>
public bool MatchSystemLanguageDirection
/// <summary>
/// The FontSizeScale property. <br />
/// The default value is 1.0. <br />
+ /// The given font size scale value is used for multiplying the specified font size before querying fonts. <br />
/// If FontSizeScale.UseSystemSetting, will use the SystemSettings.FontSize internally. <br />
/// </summary>
/// <since_tizen> 9 </since_tizen>
/// <summary>
/// The AutoScrollLoopDelay property.<br />
- /// Do something.<br />
+ /// The amount of time to delay the starting time of auto scrolling and further loops.<br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public float AutoScrollLoopDelay
/// <summary>
/// The AutoScrollStopMode property.<br />
- /// Do something.<br />
+ /// The auto scrolling stop behaviour.<br />
+ /// The default value is AutoScrollStopMode.FinishLoop. <br />
/// </summary>
/// <since_tizen> 3 </since_tizen>
public AutoScrollStopMode AutoScrollStopMode
/// <summary>
/// The direction of the text such as left to right or right to left.
/// </summary>
- /// <since_tizen> 5 </since_tizen>
- /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public TextDirection TextDirection
{
/// <summary>
/// The vertical line alignment of the text.
/// </summary>
- /// <since_tizen> 5 </since_tizen>
- /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public VerticalLineAlignment VerticalLineAlignment
{
/// <item><term>fontSize (string)</term><description>The size type of font, You can choose between "pointSize" or "pixelSize". (the default value is "pointSize")</description></item>
/// </list>
/// </summary>
- /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API.
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1721: Property names should not match get methods")]
public PropertyMap TextFit
/// <summary>
/// The MinLineSize property.<br />
+ /// The height of the line in points. <br />
+ /// If the font size is larger than the line size, it works with the font size. <br />
/// </summary>
- /// <since_tizen> 8 </since_tizen>
+ /// This will be public opened in next release of tizen after ACR done. Before ACR, it is used as HiddenAPI (InhouseAPI).
[EditorBrowsable(EditorBrowsableState.Never)]
public float MinLineSize
{
}
/// <summary>
- /// The FontSizeScale property. <br />
+ /// The FontSizeScale property for scaling the specified font size up or down. <br />
/// The default value is 1.0. <br />
+ /// The given font size scale value is used for multiplying the specified font size before querying fonts. <br />
/// If FontSizeScale.UseSystemSetting, will use the SystemSettings.FontSize internally. <br />
/// </summary>
/// <since_tizen> 9 </since_tizen>