menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class BezierSegment

    Represents a bezier segment.

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

    Constructors

    BezierSegment()

    Declaration
    public BezierSegment()

    Properties

    X1

    Gets or sets the X position first control points.

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

    X2

    Gets or sets the X position second control points.

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

    X3

    Gets or sets the X position third control points.

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

    Y1

    Gets or sets the Y position first control points.

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

    Y2

    Gets or sets the Y position second control points.

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

    Y3

    Gets or sets the Y position third control points.

    Declaration
    public float Y3 { get; set; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved