WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISwimlaneChild - WPF API Reference | Syncfusion ILane, IPhase and ISwimlaneHeader. ">

    Show / Hide Table of Contents

    Interface ISwimlaneChild

    Represents a base for ILane, IPhase and ISwimlaneHeader.

    Inherited Members
    IGroupable.IsSelected
    IGroupable.ZIndex
    IGroupable.Info
    IGroupable.Name
    IGroupable.SearchTags
    IDiagramElement.Key
    IID.ID
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface ISwimlaneChild : IGroupable, IDiagramElement, IID, INotifyPropertyChanged

    Properties

    ShapeStyle

    Gets or sets the style of the Swimlane child.

    Declaration
    Style ShapeStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    UnitHeight

    Gets or sets the height of the Swimlane child.

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

    UnitWidth

    Gets or sets the width of the Swimlane child.

    Declaration
    double UnitWidth { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved