[]
Wall object
[TypeConverter(typeof(PlaneItem.Converter))]
public sealed class PlaneItem : MouseEnabledItem, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler
| Name | Description |
|---|---|
| PlaneItem() | Initializes new instance of the Wall object with a default settings |
| PlaneItem(AntiAliasMode) | Initializes new instance of the Wall object |
| PlaneItem(AntiAliasMode, Backdrop, bool, float, object) | Initializes a new instance of the PlaneItem class. |
| PlaneItem(Backdrop) | Initializes new instance of the Wall object |
| PlaneItem(Backdrop, AntiAliasMode) | Initializes new instance of the Wall object |
| PlaneItem(Backdrop, bool, float) | Initializes new instance of the Wall object |
| PlaneItem(Backdrop, bool, float, AntiAliasMode) | Initializes new instance of the Wall object |
| PlaneItem(Backdrop, float) | Initializes new instance of the Wall object |
| PlaneItem(Backdrop, float, AntiAliasMode) | Initializes new instance of the Wall object |
| PlaneItem(string) | For internal use only. |
| PlaneItem(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| Backdrop | Gets or sets backdrop info to fill the wall |
| Visible | Gets or sets the wall visibility |
| Width | Gets or sets the wall width (thickness) |
| Name | Description |
|---|---|
| Clone() | This member overrides
|
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Returns a hash code for this instance. |