SegmentationService
Class
Represents the service responsible for logical segmentation of Diagram.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class SegmentationService : GraphServiceBase, ISegmentationService
Inheritance: objectGraphServiceBaseSegmentationService
Implements:
Inherited Members
Constructors
Initializes a new instance of the SegmentationService class.
Properties
Gets a value indicating whether this instance is segmentation enabled.
C#
public virtual bool IsSegmentationEnabled { get; }
Implements:
Gets or sets the segment step.
C#
public int SegmentStep { get; set; }
Methods
Maps the shape.
Maps the shapes.
C#
public virtual void MapShapes(IEnumerable<IShape> shapes)
The shapes.
Implements:
Un-maps the shape.