menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class BezierGeometry

    Represents a bezier geometry.

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

    Constructors

    BezierGeometry()

    Declaration
    public BezierGeometry()

    Properties

    Pen

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

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

    X1

    Gets or sets the X position of first control point.

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

    X2

    Gets or sets the X position of second control point.

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

    X3

    Gets or sets the X position of third control point.

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

    Y1

    Gets or sets the Y position of first control point.

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

    Y2

    Gets or sets the Y position of second control point.

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

    Y3

    Gets or sets the Y position of third control point.

    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