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