Represents a set of items selected in the diagram document.
The following tables list the members exposed by the Selection type.
Name | Description | |
---|---|---|
Identifies the Brush property. (Inherited from DiagramItem.) |
||
Identifies the HyperLink property. (Inherited from DiagramItem.) |
||
Identifies the Id property. (Inherited from DiagramItem.) |
||
Identifies the IgnoreLayout property. (Inherited from DiagramItem.) |
||
Identifies the LayerIndex property. (Inherited from DiagramItem.) |
||
Identifies the Locked property. (Inherited from DiagramItem.) |
||
Identifies the Pen property. (Inherited from DiagramItem.) |
||
Identifies the ShadowBrush property. (Inherited from DiagramItem.) |
||
Identifies the ShadowOffsetX property. (Inherited from DiagramItem.) |
||
Identifies the ShadowOffsetY property. (Inherited from DiagramItem.) |
||
Identifies the Tag property. (Inherited from DiagramItem.) |
||
Identifies the TextBrush property. (Inherited from DiagramItem.) |
||
Identifies the TextPadding property. (Inherited from DiagramItem.) |
||
Identifies the Visible property. (Inherited from DiagramItem.) |
||
Idenitifies the Weight property. (Inherited from DiagramItem.) |
||
Identifies the ZIndex property. (Inherited from DiagramItem.) |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether more than one items can be selected simultaneously. |
||
Gets a reference to the list of items that are attached to this one. (Inherited from DiagramItem.) |
||
Gets the rectangle that bounds all selected items. |
||
Gets or sets the brush used to fill the interior of this item. (Inherited from DiagramItem.) |
||
Gets the effective brush of the item. (Inherited from DiagramItem.) |
||
Gets the currently effective font of the item. (Inherited from DiagramItem.) |
||
Gets the effective pen of the item. (Inherited from DiagramItem.) |
||
Gets the effective shadow brush of the item. (Inherited from DiagramItem.) |
||
Gets the effective text brush of the item. (Inherited from DiagramItem.) |
||
Gets or sets the font used to render the item's text. (Inherited from DiagramItem.) |
||
Gets or sets the hyper link. (Inherited from DiagramItem.) |
||
Gets or sets user-defined identifier associated with this item. (Inherited from DiagramItem.) |
||
Gets or sets a value indicating whether the position of this item should not be changed by automatic layout methods. (Inherited from DiagramItem.) |
||
Gets or sets a value indicating which items are selected when drawing a selection rectangle. |
||
Gets a collection of all selected items. |
||
Gets or sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with a layer. (Inherited from DiagramItem.) |
||
Contains properties specific to each layout algorithm. (Inherited from DiagramItem.) |
||
Gets the collection of all links in the selection. |
||
Gets or sets a value indicating whether users are allowed to edit the diagram item. (Inherited from DiagramItem.) |
||
Gets a collection of all selected nodes. |
||
Gets the diagram that contains this item. (Inherited from DiagramItem.) |
||
Gets or sets the pen used to paint the frame of the item. (Inherited from DiagramItem.) |
||
For internal use. (Inherited from DiagramItem.) |
||
Gets or sets a value indicating whether a diagram item is selected. (Inherited from DiagramItem.) |
||
Gets or sets a value indicating whether the diagram's Dirty flag should be set when selection changes. |
||
Gets or sets the brush used to paint the item's shadow. (Inherited from DiagramItem.) |
||
Gets or sets the horizontal offset of the shadow of this item. (Inherited from DiagramItem.) |
||
Gets or sets the vertical offset of the shadow of this item. (Inherited from DiagramItem.) |
||
Gets or sets a value indicating how to display multiple selection of items. |
||
Gets or sets user-defined data associated with this item. (Inherited from DiagramItem.) |
||
Gets or sets the brush used to paint texts inside the item. (Inherited from DiagramItem.) |
||
Gets or sets the spacing between the item boundaries and its text. (Inherited from DiagramItem.) |
||
True if this is a top-level item in the diagram, or false if it is inside a container. (Inherited from DiagramItem.) |
||
Gets or sets a value indicating whether this item is visible. (Inherited from DiagramItem.) |
||
Gets or sets a weight value used in layout and path-finding algorithms. (Inherited from DiagramItem.) |
||
Gets or sets the z-order position of this item. (Inherited from DiagramItem.) |
Name | Description | |
---|---|---|
Returns the diagram measure unit. (Inherited from DiagramItem.) |
Name | Description | |
---|---|---|
Adds a new item to the current selection. |
||
Selects an item and deselects all others. |
||
Removes all items from the selection. |
||
Creates a copy of this item. (Inherited from DiagramItem.) |
||
Overloaded. DiagramItem.ContainsPoint override. |
||
DiagramItem.Draw override. |
||
DiagramItem.DrawHandles override. |
||
DiagramItem.DrawShadow override. |
||
Gets the bounding rectangle of this item. (Inherited from DiagramItem.) |
||
Gets a polygon approximating the outline of this object. (Inherited from DiagramItem.) |
||
DiagramItem.GetRepaintRect override. |
||
Gets the bounding rectangle of this item when it is rotated. (Inherited from DiagramItem.) |
||
Gets the number of selected items. |
||
Returns the diagram item that contains the specified point. (Inherited from DiagramItem.) |
||
DiagramItem.HitTestHandle override. |
||
Gets whether the user is prevented from manipulating this item. (Inherited from DiagramItem.) |
||
Called after successful deserialization. (Inherited from DiagramItem.) |
||
Removes an item from the selection. |
||
For internal use. (Inherited from DiagramItem.) |
||
For internal use. (Inherited from DiagramItem.) |
||
Toggles the selection state of an item. |
||
Moves the item to the bottom of the z-order. (Inherited from DiagramItem.) |
||
Moves the item one level down in the z-order. (Inherited from DiagramItem.) |
||
Moves the item one level up in the z-order. (Inherited from DiagramItem.) |
||
Moves the item to the top of the z-order. (Inherited from DiagramItem.) |
Name | Description | |
---|---|---|
Adds the specified manipulator to this object. (Inherited from DiagramItem.) |
||
Creates an item property set corresponding to the type of this diagram item. (Inherited from DiagramItem.) |
||
Creates an item state corresponding to the type of this diagram item. (Inherited from DiagramItem.) |
||
Overloaded. Draws the associated manipulators on a specified graphics. (Inherited from DiagramItem.) |
||
DiagramItem.FreeResources override. |
||
Gets the effective value of the style property with the specified name. (Inherited from DiagramItem.) |
||
Invoked when the user releases his finger over this item. (Inherited from DiagramItem.) |
||
Loads the item content from a JsonObject. (Inherited from DiagramItem.) |
||
Loads the item content from an XML element. (Inherited from DiagramItem.) |
||
Called when the item is added to a Diagram, either by the user, programmatically or via undo / redo. (Inherited from DiagramItem.) |
||
Called when a group child node has been modified. (Inherited from DiagramItem.) |
||
Invoked when the Font property has changed. (Inherited from DiagramItem.) |
||
Called when the diagram's MeasureUnit changes. (Inherited from DiagramItem.) |
||
Called when an item is removed from a Diagram, either by the user, programmatically or via undo / redo. (Inherited from DiagramItem.) |
||
Invoked when the associated style or theme have changed. (Inherited from DiagramItem.) |
||
Called when the MindFusion.Diagramming for .NET MAUI's ZoomFactor changes. (Inherited from DiagramItem.) |
||
Raises an event which notifies that an item has been clicked. (Inherited from DiagramItem.) |
||
Removes the specified manipulator from the object. (Inherited from DiagramItem.) |
||
Overloaded. Repaints the specified region of the diagram. (Inherited from DiagramItem.) |
||
Restores the properties of this diagram item. (Inherited from DiagramItem.) |
||
Restores the state of this diagram item. (Inherited from DiagramItem.) |
||
Saves the properties of this diagram item. (Inherited from DiagramItem.) |
||
Saves the state of this diagram item. (Inherited from DiagramItem.) |
||
Saves the item content into a JsonObject. (Inherited from DiagramItem.) |
||
Saves the item content into an XML element. (Inherited from DiagramItem.) |
||
Marks the diagram as changed. (Inherited from DiagramItem.) |
||
Sets whether the item is in expanded or collapsed state. (Inherited from DiagramItem.) |
||
Determines whether the item should be rendered in the current context. (Inherited from DiagramItem.) |