Show / Hide Table of Contents

    Class CircleStackLayout

    A container to layout children linear in the circular area.

    Inheritance
    System.Object
    CircleStackLayout
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class CircleStackLayout : StackLayout

    Methods

    LayoutChildren(Double, Double, Double, Double)

    Declaration
    protected override void LayoutChildren(double x, double y, double width, double height)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    System.Double width
    System.Double height

    OnMeasure(Double, Double)

    Declaration
    protected override SizeRequest OnMeasure(double widthConstraint, double heightConstraint)
    Parameters
    Type Name Description
    System.Double widthConstraint
    System.Double heightConstraint
    Returns
    Type Description
    SizeRequest
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX