Show / Hide Table of Contents

    Class RectView

    Inheritance
    System.Object
    Box
    Canvas
    ShapeView
    RectView
    Implements
    IContainable<EvasObject>
    IMeasurable
    Inherited Members
    ShapeView.SKCanvasView
    ShapeView.Stroke
    ShapeView.Fill
    ShapeView.StrokeThickness
    ShapeView.StrokeDashArray
    ShapeView.StrokeDashOffset
    ShapeView.StrokeLineCap
    ShapeView.StrokeLineJoin
    ShapeView.StrokeMiterLimit
    ShapeView.Aspect
    ShapeView.UpdateShape(SKPath)
    ShapeView.UpdateShapeTransform(SKMatrix)
    ShapeView.UpdateStrokeDashArray(Single[])
    ShapeView.UpdateStrokeDash()
    ShapeView.UpdatePathShape()
    ShapeView.IMeasurable.Measure(Double, Double)
    Canvas.Children
    Canvas.OnUnrealize()
    Box.LayoutUpdated
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class RectView : ShapeView, IContainable<EvasObject>, IMeasurable

    Constructors

    RectView(EvasObject)

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

    Properties

    RadiusX

    Declaration
    public float RadiusX { get; set; }
    Property Value
    Type Description
    System.Single

    RadiusY

    Declaration
    public float RadiusY { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IContainable<T>
    IMeasurable
    Back to top Copyright © 2021 Samsung
    Generated by DocFX