Interface ILane
Represents a lane is a functional unit or a responsible department of a business process that helps to map a process within the functional unit or in between other functional units.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface ILane : ISwimlaneChild, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Properties
Children
Gets or sets a collection of NodeViewModel.
Declaration
object Children { get; set; }
Property Value
Type |
---|
System.Object |
Header
Gets or sets a header of the Lane.
Declaration
object Header { get; set; }
Property Value
Type |
---|
System.Object |
Remarks
Header defines the title of the Lane.
Orientation
Gets or sets the orientation of the Lane. This is applicable only if we add the element into stencil.
Declaration
Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Orientation |