Interface ISelector
Represents a visual representation of selected elements. It behaves like a container for single or multiple selected elements.
Inherited Members
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 |
---|
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 |
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 |
---|
System.Windows.DataTemplate |