WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISelector - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISelector

    Represents a visual representation of selected elements. It behaves like a container for single or multiple selected elements.

    Inherited Members
    IGroup.Nodes
    IGroup.Connectors
    IGroup.Groups
    IGroup.Padding
    INode.OffsetX
    INode.OffsetY
    INode.Pivot
    INode.RotateAngle
    INode.SnapToObject
    INode.MinWidth
    INode.MaxWidth
    INode.UnitWidth
    INode.MinHeight
    INode.MaxHeight
    INode.UnitHeight
    INode.Shape
    INode.ShapeStyle
    INode.Constraints
    INode.Content
    INode.ContentTemplate
    INode.Ports
    INode.Flip
    INode.FlipMode
    INode.IsExpanded
    INode.PortVisibility
    INode.ConnectorPadding
    INode.Menu
    INode.AnnotationConstraints
    INode.HitPadding
    INode.ThemeStyleId
    INode.LaneOffsetX
    INode.LaneOffsetY
    INode.Annotations
    INode.ParentGroup
    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 ISelector : IGroup, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged

    Properties

    Annotation

    Gets or sets the annotation for the selected element.

    Declaration
    IAnnotation Annotation { get; set; }
    Property Value
    Type Description
    IAnnotation

    Commands

    Gets or sets a collection of object where each object represents a IQuickCommand.

    Declaration
    object Commands { get; set; }
    Property Value
    Type Description
    System.Object

    Lanes

    Gets or sets the collections of ILane.

    Declaration
    object Lanes { get; set; }
    Property Value
    Type Description
    System.Object

    Phases

    Gets or sets the collections of IPhase.

    Declaration
    object Phases { get; set; }
    Property Value
    Type Description
    System.Object

    Port

    Gets or sets the port to the selected element.

    Declaration
    IPort Port { get; set; }
    Property Value
    Type Description
    IPort

    QuickCommands

    Gets or sets the QuickCommands of the Selector.

    Declaration
    Visibility QuickCommands { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    SelectedItem

    Gets or sets the firstselected item of the diagram.

    Declaration
    object SelectedItem { get; set; }
    Property Value
    Type Description
    System.Object

    SelectorConstraints

    Gets or sets the default behaviors for selector.

    Declaration
    SelectorConstraints SelectorConstraints { get; set; }
    Property Value
    Type Description
    SelectorConstraints

    SwimlaneHeader

    Gets or sets the header to the selected swimlane element.

    Declaration
    ISwimlaneHeader SwimlaneHeader { get; set; }
    Property Value
    Type Description
    ISwimlaneHeader

    Swimlanes

    Gets or sets the collections of ISwimlane.

    Declaration
    object Swimlanes { get; set; }
    Property Value
    Type Description
    System.Object

    ToolTip

    Gets or sets the tooltip of selected item.

    Declaration
    ToolTip ToolTip { get; set; }
    Property Value
    Type Description
    ToolTip

    TooltipContent

    Gets or sets the tooltip content to the selector.

    Declaration
    object TooltipContent { get; set; }
    Property Value
    Type Description
    System.Object

    TooltipTemplate

    Gets or sets the tooltip template to the selector.

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