DiagramItem Members
In This Article
#Constructors
Name | Description |
---|---|
Diagram |
Initializes a new instance of the Diagram |
Diagram |
Initializes a new instance of the Diagram |
Diagram |
Initializes a new instance of the Diagram |
#Properties
Name | Description |
---|---|
Accessible |
Gets an object that contains accessibility information about the diagram item. |
Actual |
Returns the list of connection point locations. |
Actual |
Gets the actual padding for the diagram item. |
Actual |
Gets the actual padding for the diagram item. |
Affected |
Specifies whether the item can be realigned by the automatic layout algoritms. |
Anchors |
Gets or sets the sides of the root item (page) to which the current Diagram |
Angle | Specifies the angle by which the diagram item is rotated counterclockwise around its anchor point. |
Appearance | Provides access to the item’s appearance settings. |
Are |
Gets whether the current item’s subordinates are visible. |
Background |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Bindings | Gets a collection of current diagram item’s bindings. |
Bounds | Gets or sets the item bounds. |
Can |
Specifies whether end-users can attach a connector’s beginning point to the item. |
Can |
Specifies whether end-users can attach the end point of a connector to the item. |
Can |
Specifies whether to allow end-users to place the item into another container. |
Can |
Specifies whether to allow end-users to copy the item to the clipboard. |
Can |
Specifies whether to allow end-users to copy the item placed in a container. |
Can |
Specifies whether to allow end-users to delete the item. |
Can |
Specifies whether to allow end-users to delete the item placed in a container. |
Can |
Specifies whether to allow end-users to edit the text displayed by the item. |
Can |
Gets or sets whether to display the expand-collapse button below the diagram item that allows an end-user to show/hide the item’s subordinates. |
Can |
Specifies whether to allow end-users to move the item across the canvas. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Can |
Specifies whether to allow end-users to resize the item. |
Can |
Specifies whether to allow end-users to rotate the item. |
Can |
Specifies whether to allow end-users to select the item. |
Can |
Specifies whether the item can snap to other items. |
Can |
Specifies whether other items can snap to this item. |
Collapse |
Gets or sets the horizontal alignment of the collapse button’s border relative to its actual position. |
Collapse |
Gets or sets the collapse button’s offset. |
Collapse |
Gets or sets the position of the collapse button. |
Collapse |
Gets or sets the vertical alignment of the collapse button’s border relative to its actual position. |
Collapse |
Gets or sets a value that indicates when the collapse button is displayed. |
Connection |
Specifies the list of points on the perimeter of a shape at which connectors can terminate. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Custom |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Data |
Gets or sets the data item bound to the diagram item. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Foreground |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Height | Gets or sets the item height. |
Incoming |
Gets the collection of the current item’s incoming connectors. |
Is |
Gets whether the current diagram item is disposed. |
Is |
Gets whether the current item is selected. |
Is |
Gets whether the diagram item’s text is currently being edited. |
Is |
Gets whether the current diagram item is visible. |
Min |
Gets or sets the minimum item height. |
Min |
Gets or sets the minimum item size. |
Min |
Gets or sets the minimum item width. |
Move |
Gets or sets whether moving the current diagram item also moves its subordinates. |
Outgoing |
Gets the collection of the current item’s outgoing connectors. |
Owner | Gets the owner of the current diagram item. |
Padding | Gets or sets the amount of space between the item’s borders and its contents. |
Parent |
Returns the current item’s parent item. |
Position | Gets or sets the coordinates of the item’s upper left corner relative to the diagram canvas. |
Selection |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Size | Gets or sets the size of the item. |
Stroke |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Tab |
Gets or sets whether the current item can be navigated to during item navigation using the TAB key. |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. |
Template |
Gets or sets a condition that is used to choose a template for the diagram item. |
Template |
Identifies the item as a template used by data binding controllers. |
Theme |
Gets or sets the identifier of a style applied to the diagram item. |
Weight | This member supports the internal infrastructure and is not intended to be used directly from your code. |
Width | Gets or sets the item width. |
X | For internal use. |
Y | For internal use. |
#Methods
Name | Description |
---|---|
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the diagram control that is the owner of the diagram item. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Angle |
Fires each time the value of the Diagram |
Bounds |
Fires each time the value of the Diagram |
Can |
|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Height |
Fires each time the value of the Diagram |
Position |
Fires each time the value of the Diagram |
Size |
Fires each time the value of either Diagram |
Width |
Fires each time the value of the Diagram |
XChanged |
Fires each time the value of the Diagram |
YChanged |
Fires each time the value of the Diagram |
See Also