C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / Shadow Property

In This Topic
Shadow Property
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
 
See Also