menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineGeometry - API Reference

    Show / Hide Table of Contents

    Class LineGeometry

    Represents a line geometry.

    Inheritance
    System.Object
    Geometry
    LineGeometry
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class LineGeometry : Geometry

    Constructors

    LineGeometry()

    Declaration
    public LineGeometry()

    Properties

    Pen

    Gets or sets represents how the outline of the line is drawn.

    Declaration
    public Pen Pen { get; set; }
    Property Value
    Type Description
    Pen

    Points

    Gets or sets the collection of points in the line.

    Declaration
    public List<Point> Points { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Xamarin.Forms.Point>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved