Class FloatingButton
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
The FloatingButton is a widget to add the floating area for buttons.
C#
Copy
public class FloatingButton : Layout, IAccessibleObject
- Inheritance
- Implements
Constructors
View Source
FloatingButton(EvasObject)
Creates and initializes a new instance of the FloatingButton class.
Declaration
C#
Copy
public FloatingButton(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
Evas |
parent | Created on this parent container. |
Properties
Declaration
C#
Copy
public FloatingButtonMode Mode { get; set; }
Property Value
Type | Description |
---|---|
Floating |
Declaration
C#
Copy
public bool MovementBlock { get; set; }
Property Value
Type | Description |
---|---|
bool |
Declaration
C#
Copy
public override int Opacity { get; set; }
Property Value
Type | Description |
---|---|
int |
Overrides
Declaration
C#
Copy
public FloatingButtonPosition Position { get; }
Property Value
Type | Description |
---|---|
Floating |
Methods
Declaration
C#
Copy
protected override IntPtr CreateHandle(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
Evas |
parent | Parent EvasObject. |
Returns
Type | Description |
---|---|
System. |
Handle IntPtr. |
Overrides
View Source
SetPosition(FloatingButtonPosition, bool)
Set the floatingbutton position with or without animation.
Declaration
C#
Copy
public void SetPosition(FloatingButtonPosition position, bool animated)
Parameters
Type | Name | Description |
---|---|---|
Floating |
position | Button position. |
bool | animated | Animation flag. |