Class SegmentDecorator
Represents a class to add any shape within the segments lines of connectors.
Inheritance
System.Object
SegmentDecorator
Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SegmentDecorator : Object
Constructors
SegmentDecorator()
Declaration
public SegmentDecorator()
Properties
Attributes
Gets or sets the attributes value of segment decorators.
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Displacement
Gets or sets the position displacment value of segment decorator over segments path.
Declaration
public double Displacement { get; set; }
Property Value
Type |
---|
System.Double |
Length
Gets or sets the length value to set the position of the segment decorator on the segment path of a connector.
Declaration
public double Length { get; set; }
Property Value
Type |
---|
System.Double |
RelativeMode
Gets or sets the relative mode of value to place the segment decorator value over the segment path or connector point.
Declaration
public SegmentDecoratorRelativeMode RelativeMode { get; set; }
Property Value
Type |
---|
SegmentDecoratorRelativeMode |
Shape
Gets or sets the shape of the segment decorator.
Declaration
public object Shape { get; set; }
Property Value
Type |
---|
System.Object |