alexa

    Show / Hide Table of Contents

    Enum SegmentConstraints

    Specifies to enable/disable the certain behaviors of Segment.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    [Flags]
    public enum SegmentConstraints

    Fields

    Name Description
    Inherit

    Enables or disables to inherit segmentconstraints from diagram.

    None

    Enables or disables all behaviors of the control.

    Extension Methods

    DiagramExtensions.Add(SegmentConstraints)
    DiagramExtensions.Remove(SegmentConstraints)
    DiagramExtensions.Toggle(SegmentConstraints[])
    DiagramExtensions.Contains(SegmentConstraints)
    DiagramExtensions.ContainsAll(SegmentConstraints)
    Back to top Generated by DocFX