menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineSegment - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LineSegment

    Represents a line segment.

    Inheritance
    System.Object
    Segment
    LineSegment
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class LineSegment : Segment

    Constructors

    LineSegment()

    Declaration
    public LineSegment()

    Properties

    Points

    Gets or sets the collection of points.

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