Description

Determines whether shadows are drawn (true) or not (false). DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property Shadow() As Variant

Example

Dim MySubModel As SubMoel
Dim Shadow As Boolean
Shadow = True
MySubModel.Shadow = Shadow