Class LayoutCanvas
Inheritance
System.Object
LayoutCanvas
Implements
IContainable<EvasObject>
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
Syntax
public class LayoutCanvas : ElmSharp.Layout, IContainable<EvasObject>
Constructors
LayoutCanvas(EvasObject)
Initializes a new instance of the
Declaration
public LayoutCanvas(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent | Parent of this instance. |
Remarks
Canvas doesn't support replacing its children, this will be ignored.
Properties
Children
Gets list of native elements that are placed in the canvas.
Declaration
public IList<EvasObject> Children { get; }
Property Value
Type | Description |
---|---|
IList<EvasObject> |
Methods
OnUnrealize()
Provides destruction for native element and contained elements.
Declaration
protected override void OnUnrealize()
Events
LayoutUpdated
Declaration
public event EventHandler<LayoutEventArgs> LayoutUpdated
Event Type
Type | Description |
---|---|
EventHandler<LayoutEventArgs> |
Implements
IContainable<>