menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SwimlaneChildViewModel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SwimlaneChildViewModel

    Represents a base element for ILane, IPhase and ISwimlaneHeader.

    Inheritance
    System.Object
    DiagramElementViewModel
    GroupableViewModel
    SwimlaneChildViewModel
    LaneViewModel
    PhaseViewModel
    SwimlaneHeaderViewModel
    Implements
    ISwimlaneChild
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    DiagramElementViewModel.ID
    DiagramElementViewModel.Info
    DiagramElementViewModel.Key
    DiagramElementViewModel.OnPropertyChanged(String)
    DiagramElementViewModel.PropertyChanged
    GroupableViewModel.IsSelected
    GroupableViewModel.ZIndex
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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
    Windows.UI.Xaml.Style

    UnitHeight

    Gets or sets the height of the Swimlane child.

    Declaration
    public double UnitHeight { get; set; }
    Property Value
    Type
    System.Double

    UnitWidth

    Gets or sets the width of the Swimlane child.

    Declaration
    public double UnitWidth { get; set; }
    Property Value
    Type
    System.Double

    Implements

    ISwimlaneChild
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved