A data context object for use with the UIElementEdgeStyleRenderer that will be created for each segment in the polygonal representation of an IEdge rendering.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public sealed class UIElementEdgeStyleSegmentDataContext : INotifyPropertyChanged
Visual Basic
Public NotInheritable Class UIElementEdgeStyleSegmentDataContext _
	Implements INotifyPropertyChanged

Remarks

This class provides access to the index of the current segment, and two convenience properties that indicate whether the current segment is the first and/or last segment in the visual representation of the edges. Also it provides access to the underlying context object for the edge. All of the properties support property change notification and can thus be used for data binding. Instances of this class are created by the framework, only.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..UIElementEdgeStyleSegmentDataContext

See Also