WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SegmentDecorator - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SegmentDecorator

    Represents a class to add any shape within the segments lines of connectors.

    Inheritance
    System.Object
    SegmentDecorator
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class SegmentDecorator

    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 Description
    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 Description
    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 Description
    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 Description
    SegmentDecoratorRelativeMode

    Shape

    Gets or sets the shape of the segment decorator.

    Declaration
    public object Shape { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved