In This Topic
Gets or sets properties of the shadow cast by the current object. By default the shadow is invisible due to being 100% transparent. Set Shadow.Transparency to a value less than 100, to show shadow. Other properties can be adjusted as needed.
Syntax
'Declaration
Public Property Shadow As IShadow
public IShadow Shadow {get; set;}
See Also