Specializes the UIElementStyleDataContext<(Of <(<'TModelItem>)>)> and provides a convenience property for the Edge.

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 class UIElementEdgeStyleDataContext : UIElementStyleDataContext<IEdge>
Visual Basic
Public Class UIElementEdgeStyleDataContext _
	Inherits UIElementStyleDataContext(Of IEdge)

Remarks

This class also yields the total SegmentCount of the edge. Note that this class is not the one that will be assigned the DataContext property which belong to the instances that are generated by the Template. They will be set to instances of UIElementEdgeStyleSegmentDataContext instead.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..UIElementStyleDataContext<(Of <(<'IEdge>)>)>
    yWorks.yFiles.UI.Drawing..::..UIElementEdgeStyleDataContext

See Also