X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FBaseComponents%2FView.cs;h=3cc5f0a6fd22da9b9837aa5f0cd79cdcd521a59f;hb=c66c3842e08cfcfa4ed876d186f97ac4693eef26;hp=bbfd42238ca09b0ed2ec73012afac74e03acbee8;hpb=59d42c8a2932328148c40dce845fd4ed0bc8ebdb;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index bbfd422..3cc5f0a 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -1,18 +1,19 @@ -/** Copyright (c) 2017 Samsung Electronics Co., Ltd. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -* -*/ +/* + * Copyright(c) 2017 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ namespace Tizen.NUI.BaseComponents { @@ -99,7 +100,7 @@ namespace Tizen.NUI.BaseComponents /// /// Gets the views parent. /// - /// + /// protected override Container GetParent() { Container ret; @@ -121,7 +122,10 @@ namespace Tizen.NUI.BaseComponents return ret; } - //This is temporal API. Currently Parent returns View but Container class has been introduced so 'View Parent' will be changed 'Container Parent' later soon, then this will be removed + /// + /// This is temporal API. Currently Parent returns View but Container class has been introduced so 'View Parent' will be changed 'Container Parent' later soon, then this will be removed + /// + /// 3 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] public Container GetContainerParent() { @@ -137,7 +141,11 @@ namespace Tizen.NUI.BaseComponents return false; } - // you can override it to clean-up your own resources. + /// + /// you can override it to clean-up your own resources. + /// + /// DisposeTypes + /// 3 protected override void Dispose(DisposeTypes type) { if(disposed) @@ -270,8 +278,8 @@ namespace Tizen.NUI.BaseComponents private KeyInputFocusGainedCallbackType _keyInputFocusGainedCallback; /// - /// An event for the KeyInputFocusGained signal which can be used to subscribe or unsubscribe the event handler provided by the user.
- /// The KeyInputFocusGained signal is emitted when the control gets the key input focus.
+ /// An event for the KeyInputFocusGained signal which can be used to subscribe or unsubscribe the event handler provided by the user.
+ /// The KeyInputFocusGained signal is emitted when the control gets the key input focus.
///
/// 3 public event EventHandler FocusGained @@ -313,8 +321,8 @@ namespace Tizen.NUI.BaseComponents private KeyInputFocusLostCallbackType _keyInputFocusLostCallback; /// - /// An event for the KeyInputFocusLost signal which can be used to subscribe or unsubscribe the event handler provided by the user.
- /// The KeyInputFocusLost signal is emitted when the control loses the key input focus.
+ /// An event for the KeyInputFocusLost signal which can be used to subscribe or unsubscribe the event handler provided by the user.
+ /// The KeyInputFocusLost signal is emitted when the control loses the key input focus.
///
/// 3 public event EventHandler FocusLost @@ -379,8 +387,8 @@ namespace Tizen.NUI.BaseComponents private KeyCallbackType _keyCallback; /// - /// An event for the KeyPressed signal which can be used to subscribe or unsubscribe the event handler provided by the user.
- /// The KeyPressed signal is emitted when the key event is received.
+ /// An event for the KeyPressed signal which can be used to subscribe or unsubscribe the event handler provided by the user.
+ /// The KeyPressed signal is emitted when the key event is received.
///
/// 4 public event EventHandlerWithReturnType KeyEvent @@ -435,8 +443,8 @@ namespace Tizen.NUI.BaseComponents private OnRelayoutEventCallbackType _onRelayoutEventCallback; /// - /// An event for the OnRelayout signal which can be used to subscribe or unsubscribe the event handler.
- /// The OnRelayout signal is emitted after the size has been set on the view during relayout.
+ /// An event for the OnRelayout signal which can be used to subscribe or unsubscribe the event handler.
+ /// The OnRelayout signal is emitted after the size has been set on the view during relayout.
///
/// 3 public event EventHandler Relayout @@ -503,8 +511,8 @@ namespace Tizen.NUI.BaseComponents private TouchDataCallbackType _touchDataCallback; /// - /// An event for the touched signal which can be used to subscribe or unsubscribe the event handler provided by the user.
- /// The touched signal is emitted when the touch input is received.
+ /// An event for the touched signal which can be used to subscribe or unsubscribe the event handler provided by the user.
+ /// The touched signal is emitted when the touch input is received.
///
/// 4 public event EventHandlerWithReturnType TouchEvent @@ -577,8 +585,8 @@ namespace Tizen.NUI.BaseComponents private HoverEventCallbackType _hoverEventCallback; /// - /// An event for the hovered signal which can be used to subscribe or unsubscribe the event handler provided by the user.
- /// The hovered signal is emitted when the hover input is received.
+ /// An event for the hovered signal which can be used to subscribe or unsubscribe the event handler provided by the user.
+ /// The hovered signal is emitted when the hover input is received.
///
/// 4 public event EventHandlerWithReturnType HoverEvent @@ -651,8 +659,8 @@ namespace Tizen.NUI.BaseComponents private WheelEventCallbackType _wheelEventCallback; /// - /// An event for the WheelMoved signal which can be used to subscribe or unsubscribe the event handler provided by the user.
- /// The WheelMoved signal is emitted when the wheel event is received.
+ /// An event for the WheelMoved signal which can be used to subscribe or unsubscribe the event handler provided by the user.
+ /// The WheelMoved signal is emitted when the wheel event is received.
///
/// 4 public event EventHandlerWithReturnType WheelEvent @@ -701,8 +709,8 @@ namespace Tizen.NUI.BaseComponents private OnWindowEventCallbackType _onWindowEventCallback; /// - /// An event for the OnWindow signal which can be used to subscribe or unsubscribe the event handler.
- /// The OnWindow signal is emitted after the view has been connected to the window.
+ /// An event for the OnWindow signal which can be used to subscribe or unsubscribe the event handler.
+ /// The OnWindow signal is emitted after the view has been connected to the window.
///
/// 3 public event EventHandler AddedToWindow @@ -745,8 +753,8 @@ namespace Tizen.NUI.BaseComponents private OffWindowEventCallbackType _offWindowEventCallback; /// - /// An event for the OffWindow signal, which can be used to subscribe or unsubscribe the event handler.
- /// OffWindow signal is emitted after the view has been disconnected from the window.
+ /// An event for the OffWindow signal, which can be used to subscribe or unsubscribe the event handler.
+ /// OffWindow signal is emitted after the view has been disconnected from the window.
///
/// 3 public event EventHandler RemovedFromWindow @@ -846,8 +854,8 @@ namespace Tizen.NUI.BaseComponents private VisibilityChangedEventCallbackType _visibilityChangedEventCallback; /// - /// An event for visibility change which can be used to subscribe or unsubscribe the event handler.
- /// This signal is emitted when the visible property of this or a parent view is changed.
+ /// An event for visibility change which can be used to subscribe or unsubscribe the event handler.
+ /// This signal is emitted when the visible property of this or a parent view is changed.
///
/// 3 public event EventHandler VisibilityChanged @@ -939,8 +947,8 @@ namespace Tizen.NUI.BaseComponents private LayoutDirectionChangedEventCallbackType _layoutDirectionChangedEventCallback; /// - /// Event for layout direction change which can be used to subscribe/unsubscribe the event handler.
- /// This signal is emitted when the layout direction property of this or a parent view is changed.
+ /// Event for layout direction change which can be used to subscribe/unsubscribe the event handler.
+ /// This signal is emitted when the layout direction property of this or a parent view is changed.
///
/// 4 public event EventHandler LayoutDirectionChanged @@ -997,8 +1005,8 @@ namespace Tizen.NUI.BaseComponents private ResourcesLoadedCallbackType _ResourcesLoadedCallback; /// - /// An event for the ResourcesLoadedSignal signal which can be used to subscribe or unsubscribe the event handler provided by the user.
- /// This signal is emitted after all resources required by a view are loaded and ready.
+ /// An event for the ResourcesLoadedSignal signal which can be used to subscribe or unsubscribe the event handler provided by the user.
+ /// This signal is emitted after all resources required by a view are loaded and ready.
///
/// 4 public event EventHandler ResourcesLoaded @@ -1110,11 +1118,35 @@ namespace Tizen.NUI.BaseComponents /// 3 public enum FocusDirection { + /// + /// Move keyboard focus towards the left direction. + /// + /// 3 Left, + /// + /// Move keyboard focus towards the right direction. + /// + /// 3 Right, + /// + /// Move keyboard focus towards the up direction. + /// + /// 3 Up, + /// + /// Move keyboard focus towards the down direction. + /// + /// 3 Down, + /// + /// Move keyboard focus towards the previous page direction. + /// + /// 3 PageUp, + /// + /// Move keyboard focus towards the next page direction. + /// + /// 3 PageDown } @@ -1133,9 +1165,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// Downcasts a handle to view handle.
- /// If handle points to a view, the downcast produces a valid handle.
- /// If not, the returned handle is left uninitialized.
+ /// Downcasts a handle to view handle.
+ /// If handle points to a view, the downcast produces a valid handle.
+ /// If not, the returned handle is left uninitialized.
///
/// A handle to an object. /// A handle to a view or an uninitialized handle. @@ -1147,6 +1179,10 @@ namespace Tizen.NUI.BaseComponents return ret; } + /// + /// [Obsolete("Please do not use! this will be deprecated, instead please use as keyword.")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated, instead please use as keyword.")] public static T DownCast(View view) where T : View { @@ -1332,7 +1368,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// The mutually exclusive with BACKGROUND_IMAGE & BACKGROUND type Vector4. + /// The mutually exclusive with BACKGROUND_IMAGE and BACKGROUND type Vector4. /// /// 3 public Color BackgroundColor @@ -1422,7 +1458,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// The mutually exclusive with BACKGROUND_COLOR & BACKGROUND type Map. + /// The mutually exclusive with BACKGROUND_COLOR and BACKGROUND type Map. /// /// 3 public string BackgroundImage @@ -1447,6 +1483,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// The background of view. + /// + /// 3 public Tizen.NUI.PropertyMap Background { get @@ -1643,9 +1683,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// The Child property of FlexContainer.
- /// The proportion of the free space in the container, the flex item will receive.
- /// If all items in the container set this property, their sizes will be proportional to the specified flex factor.
+ /// The Child property of FlexContainer.
+ /// The proportion of the free space in the container, the flex item will receive.
+ /// If all items in the container set this property, their sizes will be proportional to the specified flex factor.
///
/// 3 public float Flex @@ -1663,8 +1703,8 @@ namespace Tizen.NUI.BaseComponents } /// - /// The Child property of FlexContainer.
- /// The alignment of the flex item along the cross axis, which, if set, overides the default alignment for all items in the container.
+ /// The Child property of FlexContainer.
+ /// The alignment of the flex item along the cross axis, which, if set, overides the default alignment for all items in the container.
///
/// 3 public int AlignSelf @@ -1682,8 +1722,8 @@ namespace Tizen.NUI.BaseComponents } /// - /// The Child property of FlexContainer.
- /// The space around the flex item.
+ /// The Child property of FlexContainer.
+ /// The space around the flex item.
///
/// 3 public Vector4 FlexMargin @@ -1867,9 +1907,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// The left focusable view.
- /// This will return null if not set.
- /// This will also return null if the specified left focusable view is not on a window.
+ /// The left focusable view.
+ /// This will return null if not set.
+ /// This will also return null if the specified left focusable view is not on a window.
///
/// 3 public View LeftFocusableView @@ -1890,9 +1930,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// The right focusable view.
- /// This will return null if not set.
- /// This will also return null if the specified right focusable view is not on a window.
+ /// The right focusable view.
+ /// This will return null if not set.
+ /// This will also return null if the specified right focusable view is not on a window.
///
/// 3 public View RightFocusableView @@ -1913,9 +1953,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// The up focusable view.
- /// This will return null if not set.
- /// This will also return null if the specified up focusable view is not on a window.
+ /// The up focusable view.
+ /// This will return null if not set.
+ /// This will also return null if the specified up focusable view is not on a window.
///
/// 3 public View UpFocusableView @@ -1936,9 +1976,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// The down focusable view.
- /// This will return null if not set.
- /// This will also return null if the specified down focusable view is not on a window.
+ /// The down focusable view.
+ /// This will return null if not set.
+ /// This will also return null if the specified down focusable view is not on a window.
///
/// 3 public View DownFocusableView @@ -1995,8 +2035,8 @@ namespace Tizen.NUI.BaseComponents } /// - /// Retrieves the position of the view.
- /// The coordinates are relative to the view's parent.
+ /// Retrieves the position of the view.
+ /// The coordinates are relative to the view's parent.
///
/// 3 public Position CurrentPosition @@ -2008,10 +2048,10 @@ namespace Tizen.NUI.BaseComponents } /// - /// Sets the size of a view for the width and the height.
- /// Geometry can be scaled to fit within this area.
- /// This does not interfere with the view's scale factor.
- /// The views default depth is the minimum of width and height.
+ /// Sets the size of a view for the width and the height.
+ /// Geometry can be scaled to fit within this area.
+ /// This does not interfere with the view's scale factor.
+ /// The views default depth is the minimum of width and height.
///
/// 3 public Size2D Size2D @@ -2030,8 +2070,8 @@ namespace Tizen.NUI.BaseComponents } /// - /// Retrieves the size of the view.
- /// The coordinates are relative to the view's parent.
+ /// Retrieves the size of the view.
+ /// The coordinates are relative to the view's parent.
///
/// 3 public Size2D CurrentSize @@ -2042,6 +2082,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// [Obsolete("Please do not use! this will be deprecated. Please use Visibility instead.")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated. Please use Visibility instead.")] public bool Visible { @@ -2052,7 +2096,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Retrieves and sets the view's opacity.
+ /// Retrieves and sets the view's opacity.
///
/// 3 public float Opacity @@ -2070,9 +2114,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// Sets the position of the view for X and Y.
- /// By default, sets the position vector between the parent origin and the pivot point (default).
- /// If the position inheritance is disabled, sets the world position.
+ /// Sets the position of the view for X and Y.
+ /// By default, sets the position vector between the parent origin and the pivot point (default).
+ /// If the position inheritance is disabled, sets the world position.
///
/// 3 public Position2D Position2D @@ -2090,7 +2134,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Retrieves the screen postion of the view.
+ /// Retrieves the screen postion of the view.
///
/// 3 public Vector2 ScreenPosition @@ -2125,6 +2169,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// [Obsolete("Please do not use! this will be deprecated")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated")] public bool PositionUsesAnchorPoint { @@ -2153,8 +2201,8 @@ namespace Tizen.NUI.BaseComponents } /// - /// Queries whether the view is connected to the stage.
- /// When a view is connected, it will be directly or indirectly parented to the root view.
+ /// Queries whether the view is connected to the stage.
+ /// When a view is connected, it will be directly or indirectly parented to the root view.
///
/// 3 public bool IsOnWindow @@ -2877,10 +2925,10 @@ namespace Tizen.NUI.BaseComponents } /// - /// Sets the relative to parent size factor of the view.
+ /// Sets the relative to parent size factor of the view.
/// This factor is only used when ResizePolicy is set to either: - /// ResizePolicy::SIZE_RELATIVE_TO_PARENT or ResizePolicy::SIZE_FIXED_OFFSET_FROM_PARENT.
- /// This view's size is set to the view's size multiplied by or added to this factor, depending on ResizePolicy.
+ /// ResizePolicy::SIZE_RELATIVE_TO_PARENT or ResizePolicy::SIZE_FIXED_OFFSET_FROM_PARENT.
+ /// This view's size is set to the view's size multiplied by or added to this factor, depending on ResizePolicy.
///
///
The view has been initialized.
/// A Vector3 representing the relative factor to be applied to each axis. @@ -2901,9 +2949,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// Calculates the height of the view given a width.
- /// The natural size is used for default calculation.
- /// Size 0 is treated as aspect ratio 1:1.
+ /// Calculates the height of the view given a width.
+ /// The natural size is used for default calculation.
+ /// Size 0 is treated as aspect ratio 1:1.
///
/// The width to use. /// The height based on the width. @@ -2917,9 +2965,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// Calculates the width of the view given a height.
- /// The natural size is used for default calculation.
- /// Size 0 is treated as aspect ratio 1:1.
+ /// Calculates the width of the view given a height.
+ /// The natural size is used for default calculation.
+ /// Size 0 is treated as aspect ratio 1:1.
///
/// The height to use. /// The width based on the height. @@ -2932,6 +2980,12 @@ namespace Tizen.NUI.BaseComponents return ret; } + /// + /// Return the amount of size allocated for relayout. + /// + /// The dimension to retrieve. + /// Return the size. + /// 3 public float GetRelayoutSize(DimensionType dimension) { float ret = NDalicPINVOKE.Actor_GetRelayoutSize(swigCPtr, (int)dimension); @@ -2940,6 +2994,11 @@ namespace Tizen.NUI.BaseComponents return ret; } + /// + /// Set the padding for the view. + /// + /// Padding for the view. + /// 3 public void SetPadding(PaddingType padding) { NDalicPINVOKE.Actor_SetPadding(swigCPtr, PaddingType.getCPtr(padding)); @@ -2947,6 +3006,11 @@ namespace Tizen.NUI.BaseComponents throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } + /// + /// Return the value of padding for the view. + /// + /// the value of padding for the view + /// 3 public void GetPadding(PaddingType paddingOut) { NDalicPINVOKE.Actor_GetPadding(swigCPtr, PaddingType.getCPtr(paddingOut)); @@ -3106,10 +3170,10 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets the origin of a view within its parent's area.
- /// This is expressed in unit coordinates, such that (0.0, 0.0, 0.5) is the top-left corner of the parent, and (1.0, 1.0, 0.5) is the bottom-right corner.
- /// The default parent-origin is ParentOrigin.TopLeft (0.0, 0.0, 0.5).
- /// A view's position is the distance between this origin and the view's anchor-point.
+ /// Gets or sets the origin of a view within its parent's area.
+ /// This is expressed in unit coordinates, such that (0.0, 0.0, 0.5) is the top-left corner of the parent, and (1.0, 1.0, 0.5) is the bottom-right corner.
+ /// The default parent-origin is ParentOrigin.TopLeft (0.0, 0.0, 0.5).
+ /// A view's position is the distance between this origin and the view's anchor-point.
///
///
The view has been initialized.
/// 3 @@ -3170,11 +3234,11 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets the anchor-point of a view.
- /// This is expressed in unit coordinates, such that (0.0, 0.0, 0.5) is the top-left corner of the view, and (1.0, 1.0, 0.5) is the bottom-right corner.
- /// The default pivot point is PivotPoint.Center (0.5, 0.5, 0.5).
- /// A view position is the distance between its parent-origin and this anchor-point.
- /// A view's orientation is the rotation from its default orientation, the rotation is centered around its anchor-point.
+ /// Gets or sets the anchor-point of a view.
+ /// This is expressed in unit coordinates, such that (0.0, 0.0, 0.5) is the top-left corner of the view, and (1.0, 1.0, 0.5) is the bottom-right corner.
+ /// The default pivot point is PivotPoint.Center (0.5, 0.5, 0.5).
+ /// A view position is the distance between its parent-origin and this anchor-point.
+ /// A view's orientation is the rotation from its default orientation, the rotation is centered around its anchor-point.
///
The view has been initialized.
///
/// 3 @@ -3271,9 +3335,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets the position of the view.
- /// By default, sets the position vector between the parent origin and pivot point (default).
- /// If the position inheritance is disabled, sets the world position.
+ /// Gets or sets the position of the view.
+ /// By default, sets the position vector between the parent origin and pivot point (default).
+ /// If the position inheritance is disabled, sets the world position.
///
/// 3 public Position Position @@ -3389,8 +3453,8 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets the orientation of the view.
- /// The view's orientation is the rotation from its default orientation, and the rotation is centered around its anchor-point.
+ /// Gets or sets the orientation of the view.
+ /// The view's orientation is the rotation from its default orientation, and the rotation is centered around its anchor-point.
///
/// This is an asynchronous method. /// 3 @@ -3409,7 +3473,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets the world orientation of the view.
+ /// Gets or sets the world orientation of the view.
///
/// 3 public Rotation WorldOrientation @@ -3423,7 +3487,7 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets the scale factor applied to the view.
+ /// Gets or sets the scale factor applied to the view.
///
/// 3 public Vector3 Scale @@ -3666,12 +3730,12 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets the status of how the view and its children should be drawn.
- /// Not all views are renderable, but DrawMode can be inherited from any view.
- /// If an object is in a 3D layer, it will be depth-tested against other objects in the world, i.e., it may be obscured if other objects are in front.
- /// If DrawMode.Overlay2D is used, the view and its children will be drawn as a 2D overlay.
- /// Overlay views are drawn in a separate pass, after all non-overlay views within the layer.
- /// For overlay views, the drawing order is with respect to tree levels of views, and depth-testing will not be used.
+ /// Gets or sets the status of how the view and its children should be drawn.
+ /// Not all views are renderable, but DrawMode can be inherited from any view.
+ /// If an object is in a 3D layer, it will be depth-tested against other objects in the world, i.e., it may be obscured if other objects are in front.
+ /// If DrawMode.Overlay2D is used, the view and its children will be drawn as a 2D overlay.
+ /// Overlay views are drawn in a separate pass, after all non-overlay views within the layer.
+ /// For overlay views, the drawing order is with respect to tree levels of views, and depth-testing will not be used.
///
/// 3 public DrawModeType DrawMode @@ -3702,9 +3766,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets the relative to parent size factor of the view.
- /// This factor is only used when ResizePolicyType is set to either: ResizePolicyType.SizeRelativeToParent or ResizePolicyType.SizeFixedOffsetFromParent.
- /// This view's size is set to the view's size multiplied by or added to this factor, depending on ResizePolicyType.
+ /// Gets or sets the relative to parent size factor of the view.
+ /// This factor is only used when ResizePolicyType is set to either: ResizePolicyType.SizeRelativeToParent or ResizePolicyType.SizeFixedOffsetFromParent.
+ /// This view's size is set to the view's size multiplied by or added to this factor, depending on ResizePolicyType.
///
/// 3 public Vector3 SizeModeFactor @@ -3804,8 +3868,8 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets the policy to use when setting size with size negotiation.
- /// Defaults to SizeScalePolicyType.UseSizeSet.
+ /// Gets or sets the policy to use when setting size with size negotiation.
+ /// Defaults to SizeScalePolicyType.UseSizeSet.
///
/// 3 public SizeScalePolicyType SizeScalePolicy @@ -3950,9 +4014,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets whether a child view inherits it's parent's position.
- /// Default is to inherit.
- /// Switching this off means that using position sets the view's world position, i.e., translates from the world origin (0,0,0) to the pivot point of the view.
+ /// Gets or sets whether a child view inherits it's parent's position.
+ /// Default is to inherit.
+ /// Switching this off means that using position sets the view's world position, i.e., translates from the world origin (0,0,0) to the pivot point of the view.
///
/// 3 public bool InheritPosition @@ -4012,7 +4076,10 @@ namespace Tizen.NUI.BaseComponents - + /// + /// [Obsolete("Please do not use! this will be deprecated")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated")] public event EventHandlerWithReturnType Touched { @@ -4039,6 +4106,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// [Obsolete("Please do not use! this will be deprecated")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated")] public event EventHandlerWithReturnType Hovered { @@ -4065,6 +4136,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// [Obsolete("Please do not use! this will be deprecated")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated")] public event EventHandlerWithReturnType WheelMoved { @@ -4091,6 +4166,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// [Obsolete("Please do not use! this will be deprecated")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated")] public Position AnchorPoint { @@ -4106,6 +4185,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// [Obsolete("Please do not use! this will be deprecated")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated, please use Size2D instead")] public Size Size { @@ -4121,6 +4204,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// [Obsolete("Please do not use! this will be deprecated")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated")] public event EventHandler OnWindowEvent { @@ -4146,6 +4233,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// [Obsolete("Please do not use! this will be deprecated")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated")] public event EventHandler OffWindowEvent { @@ -4171,6 +4262,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// [Obsolete("Please do not use! this will be deprecated")] + /// + /// 3 [Obsolete("Please do not use! this will be deprecated")] public event EventHandler OnRelayoutEvent { @@ -4197,6 +4292,10 @@ namespace Tizen.NUI.BaseComponents } } + /// + /// "Please DO NOT use! This will be deprecated! Please use 'Container GetParent() for derived class' instead!" + /// + /// 3 //"Please DO NOT use! This will be deprecated! Please use 'Container GetParent() for derived class' instead!" [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] public new View Parent @@ -4269,7 +4368,13 @@ namespace Tizen.NUI.BaseComponents /// 4 public enum ViewLayoutDirectionType { + /// + /// Left to right. + /// LTR, + /// + /// Right to left. + /// RTL } } \ No newline at end of file