menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISelector - UWP 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
    IDiagramElement.Key
    IGroup.Connectors
    IGroup.Groups
    IGroup.Nodes
    IGroup.Padding
    IGroupable.Info
    IGroupable.IsSelected
    IGroupable.ZIndex
    IID.ID
    INode.AnnotationConstraints
    INode.Annotations
    INode.ConnectorPadding
    INode.Constraints
    INode.Content
    INode.ContentTemplate
    INode.Flip
    INode.FlipMode
    INode.HitPadding
    INode.IsExpanded
    INode.LaneOffsetX
    INode.LaneOffsetY
    INode.MaxHeight
    INode.MaxWidth
    INode.Menu
    INode.MinHeight
    INode.MinWidth
    INode.OffsetX
    INode.OffsetY
    INode.ParentGroup
    INode.Pivot
    INode.Ports
    INode.PortVisibility
    INode.RotateAngle
    INode.Shape
    INode.ShapeStyle
    INode.SnapToObject
    INode.ThemeStyleId
    INode.UnitHeight
    INode.UnitWidth
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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
    IAnnotation

    Commands

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

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

    Lanes

    Gets or sets the collections of ILane.

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

    Phases

    Gets or sets the collections of IPhase.

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

    Port

    Gets or sets the port to the selected element.

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

    QuickCommands

    Gets or sets the QuickCommands of the Selector.

    Declaration
    Visibility QuickCommands { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    SelectedItem

    Gets or sets the firstselected item of the diagram.

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

    SelectorConstraints

    Gets or sets the default behaviors for selector.

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

    SwimlaneHeader

    Gets or sets the header to the selected swimlane element.

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

    Swimlanes

    Gets or sets the collections of ISwimlane.

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

    ToolTip

    Gets or sets the tooltip of selected item.

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

    TooltipContent

    Gets or sets the tooltip content to the selector.

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

    TooltipTemplate

    Gets or sets the tooltip template to the selector.

    Declaration
    DataTemplate TooltipTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DataTemplate

    Extension Methods

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