From e9f9340fee18539b5f7d9a8c3cbb5e0fd463face Mon Sep 17 00:00:00 2001 From: Editor Lionbridge Date: Mon, 11 Dec 2017 14:28:57 +0530 Subject: [PATCH] Review ElmSharp.Wearable API cs files PS2: Additional Fixes PS6: Feedback implementation Change-Id: I173b046034756de86ba250b852aca7f7c32372b1 --- .../ElmSharp.Wearable/CircleDatetimeSelector.cs | 26 ++++----- .../ElmSharp.Wearable/CircleGenList.cs | 38 ++++++------- .../ElmSharp.Wearable/CircleProgressBar.cs | 46 ++++++++-------- .../ElmSharp.Wearable/CircleScroller.cs | 46 ++++++++-------- .../ElmSharp.Wearable/CircleSlider.cs | 42 +++++++-------- .../ElmSharp.Wearable/CircleSpinner.cs | 22 ++++---- .../ElmSharp.Wearable/CircleSurface.cs | 20 +++---- .../ElmSharp.Wearable/ICircleWidget.cs | 8 +-- .../ElmSharp.Wearable/MoreOption.cs | 28 +++++----- .../ElmSharp.Wearable/MoreOptionItem.cs | 10 ++-- .../ElmSharp.Wearable/MoreOptionItemEventArgs.cs | 4 +- .../ElmSharp.Wearable/MoreOptionList.cs | 62 +++++++++++----------- .../ElmSharp.Wearable/RotaryEventManager.cs | 44 +++++++-------- .../ElmSharp.Wearable/RotarySelector.cs | 14 ++--- .../ElmSharp.Wearable/RotarySelectorItem.cs | 12 ++--- .../RotarySelectorItemEventArgs.cs | 2 +- 16 files changed, 212 insertions(+), 212 deletions(-) diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleDatetimeSelector.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleDatetimeSelector.cs index 0f5c017..30aae79 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleDatetimeSelector.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleDatetimeSelector.cs @@ -21,8 +21,8 @@ using System.Diagnostics; namespace ElmSharp.Wearable { /// - /// The Circle DateTime Selector is a widget to display and handle datetime value by rotary event - /// Inherits + /// The Circle DateTime Selector is a widget to display and handle datetime value by the Rotary event. + /// Inherits . /// /// preview public class CircleDateTimeSelector : DateTimeSelector, IRotaryActionWidget @@ -31,9 +31,9 @@ namespace ElmSharp.Wearable CircleSurface _surface; /// - /// Creates and initializes a new instance of the Circle DateTime class + /// Creates and initializes a new instance of the Circle DateTime class. /// - /// The parent of new Circle DateTime instance + /// The parent of the new Circle DateTime instance. /// The surface for drawing circle features for this widget. /// preview public CircleDateTimeSelector(EvasObject parent, CircleSurface surface) : base() @@ -46,7 +46,7 @@ namespace ElmSharp.Wearable /// /// Creates and initializes a new instance of the Circle DateTimeSelector class. /// - /// The parent of new Circle CircleDateTimeSelector instance + /// The parent of the new Circle DateTimeSelector instance. /// preview [Obsolete("It is not safe for guess circle surface from parent and create new surface by every new widget")] [EditorBrowsable(EditorBrowsableState.Never)] @@ -56,19 +56,19 @@ namespace ElmSharp.Wearable } /// - /// Gets the handle for Circle Widget. + /// Gets the handle for the Circle widget. /// /// preview public virtual IntPtr CircleHandle => _circleHandle; /// - /// Gets the handle for Circle Surface used in this widget + /// Gets the handle for the circle surface used in this widget. /// /// preview public virtual CircleSurface CircleSurface => _surface; /// - /// Sets or gets disabled state of this widget. + /// Sets or gets the disabled state of this widget. /// /// preview [Obsolete("Use IsEnabled")] @@ -96,7 +96,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the color of the marker + /// Sets or gets the color of the marker. /// /// preview public Color MarkerColor @@ -114,7 +114,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the line width of the marker + /// Sets or gets the line width of the marker. /// /// preview public int MarkerLineWidth @@ -130,7 +130,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the radius at which the center of the marker lies + /// Sets or gets the radius at which the center of the marker lies. /// /// preview public double MarkerRadius @@ -148,8 +148,8 @@ namespace ElmSharp.Wearable /// /// Creates a widget handle. /// - /// Parent EvasObject - /// Handle IntPtr + /// Parent EvasObject. + /// Handle IntPtr. /// preview protected override IntPtr CreateHandle(EvasObject parent) { diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleGenList.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleGenList.cs index fd4d13a..0cac950 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleGenList.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleGenList.cs @@ -21,8 +21,8 @@ using System.Diagnostics; namespace ElmSharp.Wearable { /// - /// The Circle GenList Selector is a widget to display and handle genlist items by rotary event - /// Inherits + /// The Circle GenList Selector is a widget to display and handle the genlist items by the Rotary event. + /// Inherits . /// /// preview public class CircleGenList : GenList, IRotaryActionWidget @@ -31,10 +31,10 @@ namespace ElmSharp.Wearable CircleSurface _surface; /// - /// Creates and initializes a new instance of the Circle GenList class + /// Creates and initializes a new instance of the Circle GenList class. /// - /// The parent of new Circle GenList instance - /// The surface for drawing circle features for this widget. + /// The parent of the new Circle GenList instance. + /// The surface for drawing the circle features for this widget. /// preview public CircleGenList(EvasObject parent, CircleSurface surface) : base() { @@ -46,7 +46,7 @@ namespace ElmSharp.Wearable /// /// Creates and initializes a new instance of the Circle GenList class. /// - /// The parent of new Circle CircleGenList instance + /// The parent of the new Circle CircleGenList instance. /// preview [Obsolete("It is not safe for guess circle surface from parent and create new surface by every new widget")] [EditorBrowsable(EditorBrowsableState.Never)] @@ -56,19 +56,19 @@ namespace ElmSharp.Wearable } /// - /// Gets the handle for Circle Widget. + /// Gets the handle for the Circle widget. /// /// preview public virtual IntPtr CircleHandle => _circleHandle; /// - /// Gets the handle for Circle Surface used in this widget + /// Gets the handle for the circle surface used in this widget. /// /// preview public virtual CircleSurface CircleSurface => _surface; /// - /// Sets or gets disabled state of this widget. + /// Sets or gets the disabled state of this widget. /// /// preview [Obsolete("Use IsEnabled")] @@ -96,7 +96,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the color of the scroll background + /// Sets or gets the color of the scroll background. /// /// preview public Color VerticalScrollBackgroundColor @@ -114,7 +114,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the line width of the scroll background + /// Sets or gets the line width of the scroll background. /// /// preview public int VerticalScrollBackgroundLineWidth @@ -130,7 +130,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the redius of the scroll background + /// Sets or gets the radius of the scroll background. /// /// preview public double VerticalScrollBackgroundRadius @@ -146,7 +146,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the color of the scroll bar + /// Sets or gets the color of the scrollbar. /// /// preview public Color VerticalScrollBarColor @@ -164,7 +164,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the line width of the scroll bar + /// Sets or gets the line width of the scrollbar. /// /// preview public int VerticalScrollBarLineWidth @@ -180,7 +180,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the redius of the scroll bar + /// Sets or gets the radius of the scrollbar. /// /// preview public double VerticalScrollBarRadius @@ -196,10 +196,10 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the policy if the scroll bar is visible + /// Sets or gets the policy if the scrollbar is visible. /// /// - /// ScrollBarVisiblePolicy.Auto means the vertical scrollbar is made visible if it is needed, and otherwise kept hidden. + /// ScrollBarVisiblePolicy.Auto means the vertical scrollbar is made visible if it is needed, or otherwise kept hidden. /// ScrollBarVisiblePolicy.Visible turns it on all the time, and ScrollBarVisiblePolicy.Invisible always keeps it off. /// /// preview @@ -222,8 +222,8 @@ namespace ElmSharp.Wearable /// /// Creates a widget handle. /// - /// Parent EvasObject - /// Handle IntPtr + /// Parent EvasObject. + /// Handle IntPtr. /// preview protected override IntPtr CreateHandle(EvasObject parent) { diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleProgressBar.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleProgressBar.cs index ff97d0e..7d8f4aa 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleProgressBar.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleProgressBar.cs @@ -22,7 +22,7 @@ namespace ElmSharp.Wearable { /// - /// The Circle ProgressBar is a widget for visually representing the progress status of a given job/task with the circular design. + /// The Circle ProgressBar is a widget for visually representing the progress status of a given job or task with the circular design. /// /// preview public class CircleProgressBar : Widget, ICircleWidget @@ -32,7 +32,7 @@ namespace ElmSharp.Wearable /// /// Creates and initializes a new instance of the Circle Progressbar class. /// - /// The parent of new Circle Progressbar instance + /// The parent of the new Circle Progressbar instance. /// The surface for drawing circle features for this widget. /// preview public CircleProgressBar(EvasObject parent, CircleSurface surface) : base() @@ -45,7 +45,7 @@ namespace ElmSharp.Wearable /// /// Creates and initializes a new instance of the Circle Progressbar class. /// - /// The parent of new Circle Progressbar instance + /// The parent of the new Circle Progressbar instance. /// preview [Obsolete("It is not safe for guess circle surface from parent and create new surface by every new widget")] [EditorBrowsable(EditorBrowsableState.Never)] @@ -54,19 +54,19 @@ namespace ElmSharp.Wearable } /// - /// Gets the handle for Circle Widget. + /// Gets the handle for the Circle widget. /// /// preview public virtual IntPtr CircleHandle => Handle; /// - /// Gets the handle for Circle Surface used in this widget + /// Gets the handle for the circle surface used in this widget. /// /// preview public virtual CircleSurface CircleSurface => _surface; /// - /// Sets or gets disabled state of this widget. + /// Sets or gets the disabled state of this widget. /// /// preview [Obsolete("Use IsEnabled")] @@ -94,7 +94,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the value of ProgressBar. + /// Sets or gets the value of the ProgressBar. /// /// preview public double Value @@ -110,7 +110,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the maximum value of ProgressBar. + /// Sets or gets the maximum value of the ProgressBar. /// /// preview public double Maximum @@ -130,7 +130,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the minimum value of ProgressBar. + /// Sets or gets the minimum value of the ProgressBar. /// /// preview public double Minimum @@ -150,7 +150,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the angle value of ProgressBar. + /// Sets or gets the angle value of the ProgressBar. /// /// preview public double BarAngle @@ -166,7 +166,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the angle value of Background ProgressBar. + /// Sets or gets the angle value of the Background ProgressBar. /// /// preview public double BackgroundAngle @@ -182,7 +182,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the angle offset value of ProgressBar. + /// Sets or gets the angle offset value of the ProgressBar. /// /// preview public double BarAngleOffset @@ -198,7 +198,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the angle offset value of Background ProgressBar. + /// Sets or gets the angle offset value of the Background ProgressBar. /// /// preview public double BackgroundAngleOffset @@ -214,7 +214,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the maximum angle value of ProgressBar. + /// Sets or gets the maximum angle value of the ProgressBar. /// /// preview public double BarAngleMaximum @@ -234,7 +234,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the minimum angle value of ProgressBar. + /// Sets or gets the minimum angle value of the ProgressBar. /// /// preview public double BarAngleMinimum @@ -254,7 +254,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets color of ProgressBar. + /// Sets or gets the color of the ProgressBar. /// /// preview public Color BarColor @@ -275,7 +275,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets color of Background ProgressBar. + /// Sets or gets the color of the Background ProgressBar. /// /// preview public override Color BackgroundColor @@ -296,7 +296,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets line width of ProgressBar. + /// Sets or gets the line width of the ProgressBar. /// /// preview public int BarLineWidth @@ -312,7 +312,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets line width of Background ProgressBar. + /// Sets or gets the line width of the Background ProgressBar. /// /// preview public int BackgroundLineWidth @@ -328,7 +328,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets radius of ProgressBar. + /// Sets or gets the radius of the ProgressBar. /// /// preview public double BarRadius @@ -344,7 +344,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets radius of Background ProgressBar. + /// Sets or gets the radius of the Background ProgressBar. /// /// preview public double BackgroundRadius @@ -362,8 +362,8 @@ namespace ElmSharp.Wearable /// /// Creates a widget handle. /// - /// Parent EvasObject - /// Handle IntPtr + /// Parent EvasObject. + /// Handle IntPtr. /// preview protected override IntPtr CreateHandle(EvasObject parent) { diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleScroller.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleScroller.cs index 278d05f..fe1c44f 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleScroller.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleScroller.cs @@ -21,7 +21,7 @@ using System.Diagnostics; namespace ElmSharp.Wearable { /// - /// Circle scroller provides scrollbar with circular movement and is scrolled by rotary event. + /// Circle scroller provides the scrollbar with a circular movement, and is scrolled by the Rotary event. /// /// preview public class CircleScroller : Scroller, IRotaryActionWidget @@ -45,7 +45,7 @@ namespace ElmSharp.Wearable /// /// Creates and initializes a new instance of the Circle Scroller class. /// - /// The parent of new Circle CircleScroller instance + /// The parent of the new Circle CircleScroller instance. /// preview [Obsolete("It is not safe for guess circle surface from parent and create new surface by every new widget")] [EditorBrowsable(EditorBrowsableState.Never)] @@ -55,19 +55,19 @@ namespace ElmSharp.Wearable } /// - /// Gets the handle for Circle Widget. + /// Gets the handle for the Circle widget. /// /// preview public virtual IntPtr CircleHandle => _circleHandle; /// - /// Gets the handle for Circle Surface used in this widget + /// Gets the handle for the circle surface used in this widget. /// /// preview public virtual CircleSurface CircleSurface => _surface; /// - /// Sets or gets disabled state of this widget. + /// Sets or gets the disabled state of this widget. /// /// preview [Obsolete("Use IsEnabled")] @@ -95,10 +95,10 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the value of HorizontalScrollBarVisiblePolicy + /// Sets or gets the value of HorizontalScrollBarVisiblePolicy. /// /// - /// ScrollBarVisiblePolicy.Auto means the horizontal scrollbar is made visible if it is needed, and otherwise kept hidden. + /// ScrollBarVisiblePolicy.Auto means the horizontal scrollbar is made visible if it is needed, otherwise kept hidden. /// ScrollBarVisiblePolicy.Visible turns it on all the time, and ScrollBarVisiblePolicy.Invisible always keeps it off. /// /// preview @@ -118,10 +118,10 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the value of VerticalScrollBarVisiblePolicy + /// Sets or gets the value of VerticalScrollBarVisiblePolicy. /// /// - /// ScrollBarVisiblePolicy.Auto means the vertical scrollbar is made visible if it is needed, and otherwise kept hidden. + /// ScrollBarVisiblePolicy.Auto means the vertical scrollbar is made visible if it is needed, otherwise kept hidden. /// ScrollBarVisiblePolicy.Visible turns it on all the time, and ScrollBarVisiblePolicy.Invisible always keeps it off. /// /// preview @@ -141,7 +141,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets color of the vertical scroll bar. + /// Sets or gets the color of the vertical scroll bar. /// /// preview public Color VerticalScrollBarColor @@ -162,7 +162,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets color of the horizontal scroll bar. + /// Sets or gets the color of the horizontal scroll bar. /// /// preview public Color HorizontalScrollBarColor @@ -183,7 +183,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets color of the vertical scroll background. + /// Sets or gets the color of the vertical scroll background. /// /// preview public Color VerticalScrollBackgroundColor @@ -204,7 +204,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets color of the horizontal scroll background. + /// Sets or gets the color of the horizontal scroll background. /// /// preview public Color HorizontalScrollBackgroundColor @@ -225,7 +225,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets line width of the vertical scroll bar. + /// Sets or gets the line width of the vertical scroll bar. /// /// preview public int VerticalScrollBarLineWidth @@ -241,7 +241,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets line width of the horizontal scroll bar. + /// Sets or gets the line width of the horizontal scroll bar. /// /// preview public int HorizontalScrollBarLineWidth @@ -257,7 +257,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets line width of the vertical scroll background. + /// Sets or gets the line width of the vertical scroll background. /// /// preview public int VerticalScrollBackgroundLineWidth @@ -273,7 +273,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets line width of the horizontal scroll background. + /// Sets or gets the line width of the horizontal scroll background. /// /// preview public int HorizontalScrollBackgroundLineWidth @@ -289,7 +289,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets radius of the vertical scroll bar. + /// Sets or gets the radius of the vertical scroll bar. /// /// preview public double VerticalScrollBarRadius @@ -305,7 +305,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets radius of the horizontal scroll bar. + /// Sets or gets the radius of the horizontal scroll bar. /// /// preview public double HorizontalScrollBarRadius @@ -321,7 +321,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets radius of the vertical scroll background. + /// Sets or gets the radius of the vertical scroll background. /// /// preview public double VerticalScrollBackgroundRadius @@ -337,7 +337,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets radius of the horizontal scroll background. + /// Sets or gets the radius of the horizontal scroll background. /// /// preview public double HorizontalScrollBackgroundRadius @@ -355,8 +355,8 @@ namespace ElmSharp.Wearable /// /// Creates a widget handle. /// - /// Parent EvasObject - /// Handle IntPtr + /// Parent EvasObject. + /// Handle IntPtr. /// preview protected override IntPtr CreateHandle(EvasObject parent) { diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSlider.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSlider.cs index f2e20d2..a568a35 100755 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSlider.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSlider.cs @@ -21,7 +21,7 @@ using System.Diagnostics; namespace ElmSharp.Wearable { /// - /// Circle slider is circular designed widget to select a value in a range by rotary event. + /// Circle slider is a circular designed widget used to select a value in a range by the Rotary event. /// /// preview public class CircleSlider : Widget, IRotaryActionWidget @@ -33,7 +33,7 @@ namespace ElmSharp.Wearable /// Creates and initializes a new instance of the CircleSlider class. /// /// The EvasObject to which the new CircleSlider will be attached as a child. - /// The surface for drawing circle features for this widget. + /// The surface for drawing the circle features for this widget. /// preview public CircleSlider(EvasObject parent, CircleSurface surface) : base() { @@ -45,7 +45,7 @@ namespace ElmSharp.Wearable /// /// Creates and initializes a new instance of the Circle Slider class. /// - /// The parent of new Circle CircleSlider instance + /// The parent of the new Circle CircleSlider instance. /// preview [Obsolete("It is not safe for guess circle surface from parent and create new surface by every new widget")] [EditorBrowsable(EditorBrowsableState.Never)] @@ -61,13 +61,13 @@ namespace ElmSharp.Wearable public event EventHandler ValueChanged; /// - /// Gets the handle for Circle Widget. + /// Gets the handle for the Circle widget. /// /// preview public virtual IntPtr CircleHandle => RealHandle; /// - /// Gets the handle for Circle Surface used in this widget + /// Gets the handle for the circle surface used in this widget. /// /// preview public virtual CircleSurface CircleSurface => _surface; @@ -76,7 +76,7 @@ namespace ElmSharp.Wearable /// Sets or gets the step by which the circle slider bar moves. /// /// - /// This value is used when circle slider value is changed by an drag or rotary event + /// This value is used when the circle slider value is changed by a drag or the Rotary event. /// The value of the slider is increased/decreased by the step value. /// /// preview @@ -93,7 +93,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets disabled state of this widget. + /// Sets or gets the disabled state of this widget. /// /// preview [Obsolete("Use IsEnabled")] @@ -121,7 +121,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets color of the circle slider bar. + /// Sets or gets the color of the circle slider bar. /// /// preview public Color BarColor @@ -142,7 +142,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets color of the circle slider background. + /// Sets or gets the color of the circle slider background. /// /// preview public override Color BackgroundColor @@ -163,7 +163,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the line with of the circle slider bar. + /// Sets or gets the line width of the circle slider bar. /// /// preview public int BarLineWidth @@ -179,7 +179,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the line with of the circle slider background. + /// Sets or gets the line width of the circle slider background. /// /// preview public int BackgroundLineWidth @@ -228,7 +228,7 @@ namespace ElmSharp.Wearable /// /// Sets or gets the angle offset for the slider bar. - /// offset value means start position of the slider bar. + /// Offset value means start position of the slider bar. /// /// preview public double BarAngleOffset @@ -245,7 +245,7 @@ namespace ElmSharp.Wearable /// /// Sets or gets the angle offset for the circle slider background. - /// offset value means start position of the slider background. + /// Offset value means start position of the slider background. /// /// preview public double BackgroundAngleOffset @@ -305,8 +305,8 @@ namespace ElmSharp.Wearable /// /// /// This defines the allowed minimum values to be selected by the user. - /// If the actual value is less than min, it is updated to min. - /// Actual value can be obtained with Value.By default, min is equal to 0.0. + /// If the actual value is less than the minimum value, it is updated to the minimum value. + /// Actual value can be obtained with Value. By default, minimum value is equal to 0.0. /// /// preview public double Minimum @@ -330,8 +330,8 @@ namespace ElmSharp.Wearable /// /// /// This defines the allowed maximum values to be selected by the user. - /// If the actual value is bigger then max, it is updated to max. - /// Actual value can be obtained with Value.By default, min is equal to 0.0, and max is equal to 1.0. + /// If the actual value is bigger than the maximum value, it is updated to the maximum value. + /// Actual value can be obtained with Value. By default, the minimum value is equal to 0.0, and the maximum value is equal to 1.0. /// Maximum must be greater than minimum, otherwise the behavior is undefined. /// /// preview @@ -355,7 +355,7 @@ namespace ElmSharp.Wearable /// Gets or sets the value displayed by the circle slider. /// /// - /// The value must to be between Minimum and Maximum values. + /// The value must be between minimum and maximum. /// /// preview public double Value @@ -403,7 +403,7 @@ namespace ElmSharp.Wearable } /// - /// The callback of Realized Event + /// The callback of the Realized event. /// /// preview protected override void OnRealized() @@ -416,8 +416,8 @@ namespace ElmSharp.Wearable /// /// Creates a widget handle. /// - /// Parent EvasObject - /// Handle IntPtr + /// Parent EvasObject.param> + /// Handle IntPtr. /// preview protected override IntPtr CreateHandle(EvasObject parent) { diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSpinner.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSpinner.cs index c0ca700..c3895a2 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSpinner.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSpinner.cs @@ -22,7 +22,7 @@ namespace ElmSharp.Wearable { /// - /// The Circle Spinner is a widget to display and handle spinner value by rotary event + /// The Circle Spinner is a widget to display and handle the spinner value by the Rotary event. /// Inherits . /// /// preview @@ -35,7 +35,7 @@ namespace ElmSharp.Wearable /// /// Creates and initializes a new instance of the Circle Spinner class. /// - /// The parent of new Circle Spinner instance + /// The parent of the new Circle Spinner instance. /// The surface for drawing circle features for this widget. /// preview public CircleSpinner(EvasObject parent, CircleSurface surface) : base() @@ -48,7 +48,7 @@ namespace ElmSharp.Wearable /// /// Creates and initializes a new instance of the Circle Spinner class. /// - /// The parent of new Circle CircleSpinner instance + /// The parent of the new Circle Spinner instance. /// preview [Obsolete("It is not safe for guess circle surface from parent and create new surface by every new widget")] [EditorBrowsable(EditorBrowsableState.Never)] @@ -58,13 +58,13 @@ namespace ElmSharp.Wearable } /// - /// Gets the handle for Circle Widget. + /// Gets the handle for Circle widget. /// /// preview public virtual IntPtr CircleHandle => _circleHandle; /// - /// Gets the handle for Circle Surface used in this widget + /// Gets the handle for the circle surface used in this widget. /// /// preview public virtual CircleSurface CircleSurface => _surface; @@ -87,7 +87,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets disabled state of this widget. + /// Sets or gets the disabled state of this widget. /// /// preview [Obsolete("Use IsEnabled")] @@ -115,7 +115,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the line width of the marker + /// Sets or gets the line width of the marker. /// /// preview public int MarkerLineWidth @@ -131,7 +131,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the color of the marker + /// Sets or gets the color of the marker. /// /// preview public Color MarkerColor @@ -149,7 +149,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the radius at which the center of the marker lies + /// Sets or gets the radius at which the center of the marker lies. /// /// preview public double MarkerRadius @@ -167,8 +167,8 @@ namespace ElmSharp.Wearable /// /// Creates a widget handle. /// - /// Parent EvasObject - /// Handle IntPtr + /// Parent EvasObject. + /// Handle IntPtr. /// preview protected override IntPtr CreateHandle(EvasObject parent) { diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSurface.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSurface.cs index e00df89..e610108 100755 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSurface.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/CircleSurface.cs @@ -5,7 +5,7 @@ using System.Text; namespace ElmSharp.Wearable { /// - /// The CircleSurface presents a surface for drawing circular feature of circle widgets + /// The CircleSurface presents a surface for drawing the circular feature of circle widgets. /// /// preview public class CircleSurface @@ -13,9 +13,9 @@ namespace ElmSharp.Wearable IntPtr _handle; /// - /// Creates and initializes a new instance of the CircleSurface class with surface on the Conformant widget. + /// Creates and initializes a new instance of the CircleSurface class with a surface on the Conformant widget. /// - /// Conformant widget to create a surface. + /// The Conformant widget to create a surface. /// preview public CircleSurface(Conformant conformant) { @@ -23,9 +23,9 @@ namespace ElmSharp.Wearable } /// - /// Creates and initializes a new instance of the CircleSurface class with surface on the Layout widget. + /// Creates and initializes a new instance of the CircleSurface class with a surface on the Layout widget. /// - /// Layout widget to create a surface. + /// The Layout widget to create a surface. /// preview public CircleSurface(Layout layout) { @@ -33,9 +33,9 @@ namespace ElmSharp.Wearable } /// - /// Creates and initializes a new instance of the CircleSurface class with surface on the Naviframe widget. + /// Creates and initializes a new instance of the CircleSurface class with a surface on the Naviframe widget. /// - /// Naviframe widget to create a surface. + /// The Naviframe widget to create a surface. /// preview public CircleSurface(Naviframe naviframe) { @@ -43,7 +43,7 @@ namespace ElmSharp.Wearable } /// - /// Creates and initializes a new instance of the CircleSurface class with no surface + /// Creates and initializes a new instance of the CircleSurface class with no surface. /// /// preview public CircleSurface() @@ -52,13 +52,13 @@ namespace ElmSharp.Wearable } /// - /// Gets the handle for CircleSurface + /// Gets the handle for CircleSurface. /// /// preview public IntPtr Handle => _handle; /// - /// Delete the given CirclrSurface + /// Deletes the given CircleSurface. /// /// preview public void Delete() diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/ICircleWidget.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/ICircleWidget.cs index 2f0a89c..8cf64dc 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/ICircleWidget.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/ICircleWidget.cs @@ -5,26 +5,26 @@ using System.Text; namespace ElmSharp.Wearable { /// - /// The ICircleWidget is the interface for a widget to display and handle with circle surface + /// The ICircleWidget is the interface for a widget to display and handle with the CircleSurface. /// /// preview public interface ICircleWidget { /// - /// Gets the handle for Circle Widget. + /// Gets the handle for the Circle widget. /// /// preview IntPtr CircleHandle { get; } /// - /// Gets the CircleSurface used in this widget + /// Gets the CircleSurface used in this widget. /// /// preview CircleSurface CircleSurface { get; } } /// - /// The IRotaryActionWidget is the interface for a widget has action by rotary event + /// The IRotaryActionWidget is the interface for a widget that has action by the Rotary event. /// /// preview public interface IRotaryActionWidget : ICircleWidget diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs index af8163d..f49e526 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOption.cs @@ -21,14 +21,14 @@ using System.Linq; namespace ElmSharp.Wearable { /// - /// The MoreOption is a widget composed of the toggle(cue button) and more option view, and MoreOption can change a visibility through the toggle. + /// The MoreOption is a widget composed of the toggle (cue button) and more option view that can change a visibility through the toggle. /// Inherits Layout /// /// preview public class MoreOption : Layout { /// - /// Sets or gets the list of more option item + /// Sets or gets the list of the more option item. /// /// preview public IList Items { get; private set; } @@ -44,12 +44,12 @@ namespace ElmSharp.Wearable /// preview public event EventHandler Clicked; /// - /// Opened will be triggered when more option view is shown. + /// Opened will be triggered when the more option view is shown. /// /// preview public event EventHandler Opened; /// - /// Closed will be triggered when more option view is hidden. + /// Closed will be triggered when the more option view is hidden. /// /// preview public event EventHandler Closed; @@ -60,9 +60,9 @@ namespace ElmSharp.Wearable SmartEvent _closedEvent; /// - /// Creates and initializes a new instance of MoreOption class. + /// Creates and initializes a new instance of the MoreOption class. /// - /// The parent is a given container which will be attached by MoreOption as a child. It's type. + /// The parent is a given container, which will be attached by the MoreOption as a child. It's type. /// preview public MoreOption(EvasObject parent) : base(parent) { @@ -93,8 +93,8 @@ namespace ElmSharp.Wearable /// /// Creates a widget handle. /// - /// Parent EvasObject - /// Handle IntPtr + /// Parent EvasObject. + /// Handle IntPtr. /// preview protected override IntPtr CreateHandle(EvasObject parent) { @@ -120,7 +120,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the visibility of more option view. + /// Sets or gets the visibility of the more option view. /// /// preview public bool IsOpened @@ -138,25 +138,25 @@ namespace ElmSharp.Wearable } /// - /// Enumeration for More Option Direction type. + /// Enumeration for the more option direction types. /// /// preview public enum MoreOptionDirection { /// - /// Top direction + /// Top direction. /// Top, /// - /// Bottom direction + /// Bottom direction. /// Bottom, /// - /// Left direction + /// Left direction. /// Left, /// - /// Right direction + /// Right direction. /// Right } diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItem.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItem.cs index c6d68dd..44a43be 100755 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItem.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItem.cs @@ -21,7 +21,7 @@ using System.Text; namespace ElmSharp.Wearable { /// - /// The MoreOptionItem is a item of MoreOption widget. + /// The MoreOptionItem is an item of the MoreOption widget. /// /// preview public class MoreOptionItem @@ -59,7 +59,7 @@ namespace ElmSharp.Wearable } /// - /// Creates and initializes a new instance of MoreOptionItem class. + /// Creates and initializes a new instance of the MoreOptionItem class. /// /// preview public MoreOptionItem() @@ -68,7 +68,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the main text of a more option object. + /// Sets or gets the main text of the more option object. /// /// preview public string MainText @@ -90,7 +90,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the sub text of a more option object. + /// Sets or gets the subtext of the more option object. /// /// preview public string SubText @@ -112,7 +112,7 @@ namespace ElmSharp.Wearable } /// - /// Sets or gets the icon image + /// Sets or gets the icon image. /// /// preview public Image Icon diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItemEventArgs.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItemEventArgs.cs index 7bc7857..0f826e2 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItemEventArgs.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionItemEventArgs.cs @@ -19,14 +19,14 @@ using System; namespace ElmSharp.Wearable { /// - /// The MoreOptionItemEventArgs is a event args class for MoreOptionItem. + /// The MoreOptionItemEventArgs is an event arguments class for the MoreOptionItem. /// Inherits EventArgs /// /// preview public class MoreOptionItemEventArgs : EventArgs { /// - /// Sets or gets the more option item + /// Sets or gets the more option item. /// /// preview public MoreOptionItem Item { get; set; } diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionList.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionList.cs index ecf1475..a4ab684 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionList.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/MoreOptionList.cs @@ -28,20 +28,20 @@ namespace ElmSharp.Wearable List Items { get; set; } /// - /// Sets or gets the count of Items + /// Sets or gets the count of items. /// public int Count => Items.Count; /// - /// Sets or gets whether it is read only + /// Sets or gets whether it is read-only. /// public bool IsReadOnly => false; /// - /// Sets or gets the item with the index + /// Sets or gets the item with the index. /// - /// the position of item in items - /// + /// The position of item in items. + /// MoreOptionItem object on the index. public MoreOptionItem this[int index] { get @@ -56,9 +56,9 @@ namespace ElmSharp.Wearable } /// - /// Creates and initializes a new instance of MoreOptionList class. + /// Creates and initializes a new instance of the MoreOptionList class. /// - /// the object of more option + /// The object of more option. public MoreOptionList(MoreOption owner) { Owner = owner; @@ -66,9 +66,9 @@ namespace ElmSharp.Wearable } /// - /// Append a new item to a more option. + /// Appends a new item to the more option. /// - /// The more option item + /// The more option item. public void Add(MoreOptionItem item) { item.Handle = Interop.Eext.eext_more_option_item_append(Owner); @@ -76,9 +76,9 @@ namespace ElmSharp.Wearable } /// - /// add a new item to a more option at the first. + /// Adds a new item to the more option at the first. /// - /// The more option item + /// The more option item. public void AddFirst(MoreOptionItem item) { item.Handle = Interop.Eext.eext_more_option_item_prepend(Owner); @@ -86,29 +86,29 @@ namespace ElmSharp.Wearable } /// - /// add a new item to a more option at the last. + /// Adds a new item to the more option at the last. /// - /// The more option item + /// The more option item. public void AddLast(MoreOptionItem item) { Add(item); } /// - /// Get the index of item + /// Get the index of an item. /// - /// The more option item - /// the index of item + /// The more option item. + /// The index of an item. public int IndexOf(MoreOptionItem item) { return Items.IndexOf(item); } /// - /// Insert a new item into the more option after more option item with the index. + /// Inserts a new item into the more option, after the more option item with the index. /// - /// the index of item which is insert after - /// The more option item + /// The index of an item, which is inserted after. + /// The more option item. public void Insert(int index, MoreOptionItem item) { if (Items.Count < index + 1 || index < 0) @@ -120,7 +120,7 @@ namespace ElmSharp.Wearable } /// - /// Delete an item which is the given item index + /// Deletes an item, which is the given item index. /// /// the item index which will be deleted public void RemoveAt(int index) @@ -135,7 +135,7 @@ namespace ElmSharp.Wearable } /// - /// Remove all items from a given more option list object. + /// Removes all the items from a given more option list object. /// public void Clear() { @@ -148,30 +148,30 @@ namespace ElmSharp.Wearable } /// - /// Check the item whether is contained + /// Checks the item whether it is contained. /// - /// The more option item - /// If contain return true, otherwise false + /// The more option item. + /// If contained return true, otherwise false. public bool Contains(MoreOptionItem item) { return Items.Contains(item); } /// - /// Copy Items + /// Copies the items. /// - /// the target array - /// which index the item will copy to + /// The target array. + /// The index to which the item will be copied. public void CopyTo(MoreOptionItem[] array, int arrayIndex) { Items.CopyTo(array, arrayIndex); } /// - /// Remove a item + /// Removes the item. /// - /// the item will be removed - /// if remove success return true, otherwise false + /// The item will be removed. + /// If removed is successful return true, otherwise false. public bool Remove(MoreOptionItem item) { if (Items.Contains(item)) @@ -184,7 +184,7 @@ namespace ElmSharp.Wearable } /// - /// Return an enumerator that iterates through IEnumerator + /// Returns an enumerator that iterates through IEnumerator. /// /// public IEnumerator GetEnumerator() diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotaryEventManager.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotaryEventManager.cs index 7fc06ab..691a58a 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotaryEventManager.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotaryEventManager.cs @@ -22,7 +22,7 @@ using System.Text; namespace ElmSharp.Wearable { /// - /// RotaryEventManager serve functions for global Rotary event like Galaxy Gear. + /// The RotaryEventManager serves functions for the global Rotary event like Galaxy Gear. /// /// preview public static class RotaryEventManager @@ -30,7 +30,7 @@ namespace ElmSharp.Wearable static Dictionary s_rotaryEventHandlers = new Dictionary(); /// - /// Rotated will triggered when rotatable device like Galaxy Gear Bezel is rotated. + /// Rotated will be triggered when the rotatable device like the Galaxy Gear Bezel is rotated. /// /// preview public static event RotaryEventHandler Rotated @@ -67,7 +67,7 @@ namespace ElmSharp.Wearable /// - /// RotaryEventManager serve extension functions for Rotary event to EvasObject on device like Galaxy Gear. + /// The RotaryEventManager serves extension functions for the Rotary event to EvasObject on a device like Galaxy Gear. /// /// preview public static class RotaryEventExtensions @@ -76,10 +76,10 @@ namespace ElmSharp.Wearable static Dictionary s_rotaryObjectEventMap = new Dictionary(); /// - /// Add a handler for Rotary event on specific EvasObject. + /// Adds a handler for the Rotary event on a specific EvasObject. /// - /// Target EvasObject - /// Event handler for Rotary event + /// Target EvasObject. + /// Event handler for the Rotary event. /// preview public static void AddRotaryEventHandler(this EvasObject obj, RotaryEventHandler handler) { @@ -96,10 +96,10 @@ namespace ElmSharp.Wearable } /// - /// Remove a handler on specific EvasObject for Rotary event. + /// Removes a handler on a specific EvasObject for the Rotary event. /// - /// Target EvasObject - /// Event handler for Rotary event + /// Target EvasObject. + /// Event handler for Rotary event. /// preview public static void RemoveRotaryEventHandler(this EvasObject obj, RotaryEventHandler handler) { @@ -115,9 +115,9 @@ namespace ElmSharp.Wearable } /// - /// Activate this circle widget can take Rotary event. + /// Activates this Circle widget that can take the Rotary event. /// - /// Target circle widget + /// Target the Circle widget. /// preview public static void Activate(this IRotaryActionWidget widget) { @@ -125,9 +125,9 @@ namespace ElmSharp.Wearable } /// - /// Deactivate this circle widget is blocked from Rotary event. + /// Deactivates this circle widget that is blocked from the Rotary event. /// - /// Target circle widget + /// Target the Circle widget. /// preview public static void Deactivate(this IRotaryActionWidget widget) { @@ -135,9 +135,9 @@ namespace ElmSharp.Wearable } /// - /// Activate this object can take Rotary event. + /// Activates this object that can take the Rotary event. /// - /// Target object + /// Target object. /// preview public static void Activate(this EvasObject obj) { @@ -145,9 +145,9 @@ namespace ElmSharp.Wearable } /// - /// Deactivate this object is blocked from Rotary event. + /// Deactivates this object that is blocked from the Rotary event. /// - /// Target object + /// Target object. /// preview public static void Deactivate(this EvasObject obj) { @@ -194,26 +194,26 @@ namespace ElmSharp.Wearable } /// - /// Handler for Rotary event + /// Handler for the Rotary event. /// - /// Rotary event information + /// The Rotary event information. /// preview public delegate void RotaryEventHandler(RotaryEventArgs args); /// - /// RotaryEventArgs serve information for triggered rotary event. + /// The RotaryEventArgs serves information for the triggered Rotary event. /// /// preview public class RotaryEventArgs : EventArgs { /// - /// IsClockwise is true when Rotary device rotated clockwise direction or false on counter clockwise. + /// IsClockwise is true when the Rotary device rotated in the clockwise direction, or false on counter clockwise. /// /// preview public bool IsClockwise { get; set; } /// - /// Timestamp of rotary event + /// Timestamp of the Rotary event. /// /// preview public uint Timestamp { get; set; } diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelector.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelector.cs index 0e99f2f..4cd7b36 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelector.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelector.cs @@ -22,8 +22,8 @@ using System.Text; namespace ElmSharp.Wearable { /// - /// The Rotary Selector is a widget to display a selector and multiple items surrounding the selector. - /// And an item can be selected by rotary event or user item click. + /// The RotarySelector is a widget to display a selector and multiple items surrounding the selector. + /// An item can be selected by the Rotary event or user item click. /// Inherits . /// /// preview @@ -37,13 +37,13 @@ namespace ElmSharp.Wearable const string ItemClickedEventName = "item,clicked"; /// - /// Selected will be triggered when selected an item. + /// Selected will be triggered when selecting an item. /// /// preview public event EventHandler Selected; /// - /// Clicked will be triggered when selecting again the alredy selected item or selecting a selector. + /// Clicked will be triggered when selecting again the already selected item or selecting a selector. /// /// preview public event EventHandler Clicked; @@ -61,7 +61,7 @@ namespace ElmSharp.Wearable /// /// Creates and initializes a new instance of the Rotary Selector class. /// - /// The parent of new Rotary Selector instance + /// The parent of the new Rotary Selector instance. /// preview public RotarySelector(EvasObject parent) : base(parent) { @@ -130,8 +130,8 @@ namespace ElmSharp.Wearable /// /// Creates a widget handle. /// - /// Parent EvasObject - /// Handle IntPtr + /// Parent EvasObject. + /// Handle IntPtr. /// preview protected override IntPtr CreateHandle(EvasObject parent) { diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelectorItem.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelectorItem.cs index 6d792f8..3b40325 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelectorItem.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelectorItem.cs @@ -21,7 +21,7 @@ using System.Text; namespace ElmSharp.Wearable { /// - /// A instance to the Rotary Selector Item added. And an item can be selected by rotary event or user item click. + /// An instance to the Rotary Selector item is added. An item can be selected by the Rotary event or user item click. /// /// preview public class RotarySelectorItem @@ -159,19 +159,19 @@ namespace ElmSharp.Wearable public string MainText { set => setPart(ref _mainText, MainTextPartName, value); get => _mainText; } /// - /// Sets or gets the sub text of a rotary selector item object. + /// Sets or gets the subtext of a rotary selector item object. /// /// preview public string SubText { set => setPart(ref _subText, SubTextPartName, value); get => _subText; } /// - /// Sets or gets the sub text color of a rotary selector item object. + /// Sets or gets the subtext color of a rotary selector item object. /// /// preview public Color MainTextColor { set => setPart(ref _mainTextColor, MainTextPartName, ItemState.Normal, value); get => _mainTextColor; } /// - /// Sets or gets the sub text color of a rotary selector item object. + /// Sets or gets the subtext color of a rotary selector item object. /// /// preview public Color SubTextColor { set => setPart(ref _subTextColor, SubTextPartName, ItemState.Normal, value); get => _subTextColor; } @@ -183,13 +183,13 @@ namespace ElmSharp.Wearable public Image NormalIconImage { set => setPart(ref _normalIconImage, IconPartName, ItemState.Normal, value); get => _normalIconImage; } /// - /// Sets or gets the press icon image of a rotary selector item object. + /// Sets or gets the pressed icon image of a rotary selector item object. /// /// preview public Image PressedIconImage { set => setPart(ref _pressedIconImage, IconPartName, ItemState.Pressed, value); get => _pressedIconImage; } /// - /// Sets or gets the disable icon image of a rotary selector item object. + /// Sets or gets the disabled icon image of a rotary selector item object. /// /// preview public Image DisabledIconImage { set => setPart(ref _disabledIconImage, IconPartName, ItemState.Disabled, value); get => _disabledIconImage; } diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelectorItemEventArgs.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelectorItemEventArgs.cs index 011dc20..a975cb0 100755 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelectorItemEventArgs.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/RotarySelectorItemEventArgs.cs @@ -21,7 +21,7 @@ using System.Text; namespace ElmSharp.Wearable { /// - /// and events of RotarySelector contain RotarySelectorItemEventArgs as a parameter. + /// and events of the RotarySelector contain the RotarySelectorItemEventArgs as a parameter. /// Inherits . /// /// preview -- 2.7.4