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.WPF.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 |
---|
System.Windows.Thickness |
Pivot
Gets or sets the decorator should be align based on pivot point.
Declaration
Point Pivot { get; set; }
Property Value
Type |
---|
System.Windows.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 |