Show / Hide Table of Contents

    Class PolylineView

    Inheritance
    System.Object
    Box
    Canvas
    ShapeView
    PolylineView
    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 PolylineView : ShapeView, IContainable<EvasObject>, IMeasurable

    Constructors

    PolylineView(EvasObject)

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

    Properties

    FillMode

    Declaration
    public bool FillMode { get; set; }
    Property Value
    Type Description
    System.Boolean

    Points

    Declaration
    public ObservableCollection<Point> Points { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<Point>

    Methods

    UpdateFillMode(Boolean)

    Declaration
    public void UpdateFillMode(bool fillMode)
    Parameters
    Type Name Description
    System.Boolean fillMode

    UpdatePoints(ObservableCollection<Point>)

    Declaration
    public void UpdatePoints(ObservableCollection<Point> points)
    Parameters
    Type Name Description
    System.Collections.ObjectModel.ObservableCollection<Point> points

    Implements

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