X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FUIComponents%2FScrollBar.cs;h=32844d9ba3f050ce8adb9fa97fd20e84b0551343;hb=ea5625aa453488271b0a52ee4e25fbb29feb6484;hp=8d8363ee75c2e05edb565511925e1e2d31ec59b5;hpb=ff57cbb1221d9f6b9f5fe7a41b6a15f6e92cfc7b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/UIComponents/ScrollBar.cs b/src/Tizen.NUI/src/public/UIComponents/ScrollBar.cs index 8d8363e..32844d9 100755 --- a/src/Tizen.NUI/src/public/UIComponents/ScrollBar.cs +++ b/src/Tizen.NUI/src/public/UIComponents/ScrollBar.cs @@ -22,7 +22,7 @@ namespace Tizen.NUI.UIComponents using Tizen.NUI.BaseComponents; /// - /// ScrollBar is a UI component that can be linked to the scrollable objects + /// The ScrollBar is a UI component that can be linked to the scrollable objects /// indicating the current scroll position of the scrollable object.
///
public class ScrollBar : View @@ -40,7 +40,7 @@ namespace Tizen.NUI.UIComponents } /// - /// To make ScrollBar instance be disposed. + /// To dispose the ScrollBar instance. /// protected override void Dispose(DisposeTypes type) { @@ -84,21 +84,21 @@ namespace Tizen.NUI.UIComponents } /// - /// Event arguments that passed via PanFinished event + /// Event arguments that passed via the PanFinished event. /// public class PanFinishedEventArgs : EventArgs { } /// - /// Event arguments that passed via ScrollPositionIntervalReached event + /// Event arguments that passed via the ScrollPositionIntervalReached event. /// public class ScrollIntervalEventArgs : EventArgs { private float _currentScrollPosition; /// - /// current scroll position of the scrollable content + /// The current scroll position of the scrollable content. /// public float CurrentScrollPosition { @@ -124,7 +124,7 @@ namespace Tizen.NUI.UIComponents private ScrollPositionIntervalReachedEventCallbackDelegate _scrollBarScrollPositionIntervalReachedEventCallbackDelegate; /// - /// Event emitted when panning is finished on the scroll indicator. + /// The event emitted when panning is finished on the scroll indicator. /// public event EventHandler PanFinished { @@ -161,7 +161,7 @@ namespace Tizen.NUI.UIComponents /// - /// Event emitted when the current scroll position of the scrollable content + /// This is the event emitted when the current scroll position of the scrollable content. /// public event EventHandler ScrollInterval { @@ -211,16 +211,16 @@ namespace Tizen.NUI.UIComponents } /// - /// Creates an initialized ScrollBar. + /// Creates an initialized scrollbar. /// - /// The direction of scroll bar (either vertically or horizontally) + /// The direction of the scrollbar (either vertically or horizontally). public ScrollBar(ScrollBar.Direction direction) : this(NDalicPINVOKE.ScrollBar_New__SWIG_0((int)direction), true) { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } /// - /// Creates an uninitialized ScrollBar + /// Creates an uninitialized scrollbar. /// public ScrollBar() : this(NDalicPINVOKE.ScrollBar_New__SWIG_1(), true) { @@ -351,7 +351,7 @@ namespace Tizen.NUI.UIComponents } /// - /// Direction of scroll bar + /// The direction of the scrollbar. /// public enum Direction { @@ -360,7 +360,7 @@ namespace Tizen.NUI.UIComponents } /// - /// Indicator height policy. + /// The indicator height policy. /// public enum IndicatorHeightPolicyType { @@ -369,7 +369,7 @@ namespace Tizen.NUI.UIComponents } /// - /// Direction of scroll bar + /// The direction of the scrollbar. /// public Direction ScrollDirection { @@ -417,7 +417,7 @@ namespace Tizen.NUI.UIComponents } /// - /// Indicator height policy. + /// The indicator height policy. /// public IndicatorHeightPolicyType IndicatorHeightPolicy { @@ -465,7 +465,7 @@ namespace Tizen.NUI.UIComponents } /// - /// the fixed height of scroll indicator. + /// The fixed height of the scroll indicator. /// public float IndicatorFixedHeight { @@ -482,7 +482,7 @@ namespace Tizen.NUI.UIComponents } /// - /// the duration in seconds for the scroll indicator to become fully visible. + /// The duration in seconds for the scroll indicator to become fully visible. /// public float IndicatorShowDuration { @@ -499,7 +499,7 @@ namespace Tizen.NUI.UIComponents } /// - /// the duration in seconds for the scroll indicator to become fully invisible. + /// The duration in seconds for the scroll indicator to become fully invisible. /// public float IndicatorHideDuration { @@ -516,7 +516,7 @@ namespace Tizen.NUI.UIComponents } /// - /// the list of values to get notification when the current scroll position of the scrollable object goes above or below any of these values. + /// The list of values to get the notification when the current scroll position of the scrollable object goes above or below any of these values. /// public Tizen.NUI.PropertyArray ScrollPositionIntervals { @@ -550,7 +550,7 @@ namespace Tizen.NUI.UIComponents } /// - /// The padding at the start of the indicator. For example, the top if scrollDirection is Vertical. + /// The padding at the start of the indicator. For example, the top if the scrollDirection is vertical. /// public float IndicatorStartPadding { @@ -567,7 +567,7 @@ namespace Tizen.NUI.UIComponents } /// - /// The padding at the end of the indicator. For example, the bottom if scrollDirection is Vertical. + /// The padding at the end of the indicator. For example, the bottom if the scrollDirection is vertical. /// public float IndicatorEndPadding {