BackWall Property (YPlotArea)
In This Topic
Gets or sets the back wall.
Syntax
'Declaration
Public Property BackWall As Wall
'Usage
Dim instance As YPlotArea
Dim value As Wall
instance.BackWall = value
value = instance.BackWall
public Wall BackWall {get; set;}
Exceptions
Example
This example uses the BackWall property.
See Also