Class RelativeMode
Specifies the modes of the ConnectorSegment.
Inheritance
System.Object
RelativeMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class RelativeMode : Enum
Fields
Absolute
Specifies the absolute mode to find the angle for the segment based on the page point.
Declaration
public const RelativeMode Absolute
Field Value
Type |
---|
RelativeMode |
Relative
defines the relative mode to find the angle for the segment based on the connector position.
Declaration
public const RelativeMode Relative
Field Value
Type |
---|
RelativeMode |