Show / Hide Table of Contents

    Class Box

    Extends the ElmSharp.Box class with functionality useful to custom layout.

    Inheritance
    System.Object
    Box
    Canvas
    CarouselPage
    ViewHolder
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class Box : ElmSharp.Box
    Remarks

    This class overrides the layout mechanism. Instead of using the native layout, LayoutUpdated event is sent.

    Constructors

    Box(EvasObject)

    Declaration
    public Box(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Events

    LayoutUpdated

    Notifies that the layout has been updated.

    Declaration
    public event EventHandler<LayoutEventArgs> LayoutUpdated
    Event Type
    Type Description
    System.EventHandler<LayoutEventArgs>
    Back to top Copyright © 2021 Samsung
    Generated by DocFX