X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FUIComponents%2FButton.cs;h=9d57bed8c64c222b877524462f962cbbe0ee233a;hb=0d15b768d32259ad32d6d862255eab82c64c26ec;hp=1cffbcc3e2e3960da80794dfb81d714461e87ea6;hpb=5a2da2ff29f963c22a5ced7600bec62ab5bde149;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/UIComponents/Button.cs b/src/Tizen.NUI/src/public/UIComponents/Button.cs index 1cffbcc..9d57bed 100755 --- a/src/Tizen.NUI/src/public/UIComponents/Button.cs +++ b/src/Tizen.NUI/src/public/UIComponents/Button.cs @@ -129,6 +129,7 @@ namespace Tizen.NUI.UIComponents /// /// The Clicked event will be triggered when the button is touched and the touch point doesn't leave the boundary of the button. /// + /// 3 public event EventHandlerWithReturnType Clicked { add @@ -173,6 +174,7 @@ namespace Tizen.NUI.UIComponents /// /// The Pressed event will be triggered when the button is touched. /// + /// 3 public event EventHandlerWithReturnType Pressed { add @@ -216,6 +218,7 @@ namespace Tizen.NUI.UIComponents /// /// The Released event will be triggered when the button is touched and the touch point leaves the boundary of the button. /// + /// 3 public event EventHandlerWithReturnType Released { add @@ -258,6 +261,7 @@ namespace Tizen.NUI.UIComponents /// /// The StateChanged event will be triggered when the button's state is changed. /// + /// 3 public event EventHandlerWithReturnType StateChanged { add @@ -295,6 +299,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the unselected button foreground or icon visual. /// + /// 3 public Tizen.NUI.PropertyMap UnselectedVisual { get @@ -312,6 +317,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the selected button foreground or icon visual. /// + /// 3 public Tizen.NUI.PropertyMap SelectedVisual { get @@ -329,6 +335,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the disabled selected state foreground or icon button visual. /// + /// 3 public Tizen.NUI.PropertyMap DisabledSelectedVisual { get @@ -346,6 +353,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the disabled unselected state foreground or icon visual. /// + /// 3 public Tizen.NUI.PropertyMap DisabledUnselectedVisual { get @@ -363,6 +371,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the disabled unselected state background button visual. /// + /// 3 public Tizen.NUI.PropertyMap UnselectedBackgroundVisual { get @@ -380,6 +389,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the selected background button visual. /// + /// 3 public Tizen.NUI.PropertyMap SelectedBackgroundVisual { get @@ -397,6 +407,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the disabled while unselected background button visual. /// + /// 3 public Tizen.NUI.PropertyMap DisabledUnselectedBackgroundVisual { get @@ -414,6 +425,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the disabled while selected background button visual. /// + /// 3 public Tizen.NUI.PropertyMap DisabledSelectedBackgroundVisual { get @@ -431,6 +443,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the position of the the label in relation to the foreground or icon, if both present. /// + /// 3 public Align LabelRelativeAlignment { get @@ -492,6 +505,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the padding around the text. /// + /// 3 public Vector4 LabelPadding { get @@ -509,6 +523,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the padding around the foreground visual. /// + /// 3 public Vector4 ForegroundVisualPadding { get @@ -550,6 +565,7 @@ namespace Tizen.NUI.UIComponents /// Creates an uninitialized button.
/// Only the derived versions can be instantiated.
/// + /// 3 public Button() : this(NDalicPINVOKE.new_Button__SWIG_0(), true) { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); @@ -586,6 +602,7 @@ namespace Tizen.NUI.UIComponents /// /// If the autorepeating property is set to true, then the togglable property is set to false. /// + /// 3 public bool AutoRepeating { get @@ -603,6 +620,7 @@ namespace Tizen.NUI.UIComponents /// /// By default, this value is set to 0.15 seconds. /// + /// 3 public float InitialAutoRepeatingDelay { get @@ -620,6 +638,7 @@ namespace Tizen.NUI.UIComponents /// /// By default, this value is set to 0.05 seconds. /// + /// 3 public float NextAutoRepeatingDelay { get @@ -637,6 +656,7 @@ namespace Tizen.NUI.UIComponents /// /// If the togglable property is set to true, then the autorepeating property is set to false. /// + /// 3 public bool Togglable { get @@ -654,6 +674,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the togglable button as either selected or unselected, togglable property must be set to true. /// + /// 3 public bool Selected { get @@ -671,6 +692,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the unselected color. /// + /// 3 public Color UnselectedColor { get @@ -688,6 +710,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the selected color. /// + /// 3 public Color SelectedColor { get @@ -705,6 +728,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the label. /// + /// 3 public Tizen.NUI.PropertyMap Label { get @@ -722,6 +746,7 @@ namespace Tizen.NUI.UIComponents /// /// Gets or sets the text of the label. /// + /// 3 public string LabelText { get @@ -742,6 +767,7 @@ namespace Tizen.NUI.UIComponents /// /// Enumeration for describing the position, the text label can be, in relation to the control (and foreground/icon). /// + /// 3 public enum Align { /// @@ -764,4 +790,4 @@ namespace Tizen.NUI.UIComponents } -} +} \ No newline at end of file