Class SwimlaneChildViewModel
Represents a base element for ILane, IPhase and ISwimlaneHeader.
Inheritance
System.Object
SwimlaneChildViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SwimlaneChildViewModel : GroupableViewModel, ISwimlaneChild, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Constructors
SwimlaneChildViewModel()
Declaration
public SwimlaneChildViewModel()
Properties
ShapeStyle
Gets or sets the style of the Swimlane child.
Declaration
public Style ShapeStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Style |
UnitHeight
Gets or sets the height of the Swimlane child.
Declaration
public double UnitHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UnitWidth
Gets or sets the width of the Swimlane child.
Declaration
public double UnitWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged