Reports for WinForms | ComponentOne
C1.C1Report.4 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
    public IShadow Shadow {get; set;}
    See Also