In This Topic
Gets the fill of the wall.
Syntax
'Declaration
Public Property Fill As Fill
'Usage
Dim instance As Wall
Dim value As Fill
instance.Fill = value
value = instance.Fill
public Fill Fill {get; set;}
Example
This example sets the Fill property.
See Also