Class OverlayAnimationButtonStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
Describes Button Animation used in OneUI_Watch2.X
public class OverlayAnimationButtonStyle : ButtonStyle, IDynamicResourceHandler, IDisposable
- Inheritance
- Implements
-
IDisposable
Constructors
View SourceOverlayAnimationButtonStyle()
Constructor
Declaration
public OverlayAnimationButtonStyle()
Methods
View SourceCreateExtension()
Create corresponding ButtonExtension. This is to be called by a Button. You may override this function to customize button's behavior.
Declaration
public override ButtonExtension CreateExtension()
Returns
| Type | Description |
|---|---|
| ButtonExtension |
Overrides
Implements
IDisposable