menu

UWP

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

    Show / Hide Table of Contents

    Interface ISegmentDecorator

    Represents the decorative element has been added for connectors to indicate the flow of a connection over another connector or segment.

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

    Properties

    Displacement

    Gets or sets the absolute position of the segment decorator.

    Declaration
    double Displacement { get; set; }
    Property Value
    Type
    System.Double

    Length

    Gets or sets the position of the segmentdecorator over the connector.

    Declaration
    double Length { get; set; }
    Property Value
    Type
    System.Double

    Margin

    Gets or sets the outer margin of an element.

    Declaration
    Thickness Margin { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    Pivot

    Gets or sets the decorator should be align based on pivot point.

    Declaration
    Point Pivot { get; set; }
    Property Value
    Type
    Windows.Foundation.Point

    RelativeMode

    Gets or sets whether the decorator should be relative to connector or each segment.

    Declaration
    SegmentDecoratorRelativeMode RelativeMode { get; set; }
    Property Value
    Type
    SegmentDecoratorRelativeMode

    Shape

    Gets or sets the shape of the segmentdecorator

    Declaration
    object Shape { get; set; }
    Property Value
    Type
    System.Object

    Extension Methods

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