Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Shadow Structure / Transparency Property

In This Topic
    Transparency Property (Shadow)
    In This Topic
    Gets or sets the transparency of the shadow, in percent. A value of 0 defines a solid (non-transparent) shadow, a value of 100 defines a fully transparent (invisible) shadow.
    Syntax
    'Declaration
     
    Public Property Transparency As Single
    public float Transparency {get; set;}
    See Also