DiagramDefaultItemProperties Members
Contains default item propertiesConstructors
| Name | Description |
|---|---|
| DiagramDefaultItemProperties(IPropertiesOwner) | Initializes a new instance of the DiagramDefaultItemProperties class with specified settings. |
Properties
| Name | Description |
|---|---|
| ConnectorLineEnd | Specifies the default tip of a connector’s end point. |
| ConnectorLineStart | Specifies the default tip of a connector’s start point. |
| ConnectorLineType | Specifies the default type of a connector. |
| ShapeMaxHeight | Specifies the maximum height of a shape. |
| ShapeMaxWidth | Specifies the maximum width of a shape. |
| ShapeMinHeight | Specifies the minimum height of a shape. |
| ShapeMinWidth | Specifies the minimum width of a shape. |
| Style | Specifies a default item style. |
| TextStyle | Specifies a default item text style. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the public properties from the specified object to the current one. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also