[]
Wall range object class.
[TypeConverter(typeof())]
public sealed class WallRange : MouseEnabledComponent, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable
| Name | Description |
|---|---|
| WallRange() | Initializes new instance of the WallRange class. |
| WallRange(string) | For internal use only. |
| WallRange(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| AdjacentAxes | Gets adjacent axes collection. Wall range is displayed on the visible walls based on primary and adjacent axes. |
| Backdrop | Gets or sets backdrop into to fill range with |
| Border | Gets or sets border info to outline wall range |
| DrawOnTopOfGridLines | Gets or sets DrawOnTopOfGridLines property. DrawOnTopOfGridLines specifies whether to draw current range after grid lines are drawn. |
| EndValue | Gets or sets range's end value |
| PrimaryAxis | Gets or sets primary axis. Wall range is displayed on the visible walls based on primary and adjacent axes. |
| StartValue | Gets or sets range's start value |
| Visible | Gets or sets range visibility |
| Name | Description |
|---|---|
| Clone() | This member overrides
|
| NeedMouseHandling() | Implements
|