menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IConnectorSegment - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IConnectorSegment

    Represents the base for all the connector segments.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IConnectorSegment : INotifyPropertyChanged

    Properties

    BezierSmoothness

    Gets or sets a BezierSmoothness of the connector segment.

    Declaration
    BezierSmoothness BezierSmoothness { get; set; }
    Property Value
    Type
    BezierSmoothness

    Constraints

    Gets or sets a SegmentConstraints to add or remove behaviors for connector segment.

    Declaration
    SegmentConstraints Constraints { get; set; }
    Property Value
    Type
    SegmentConstraints

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved