FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / Watermark Class / Opacity Property

In This Topic
    Opacity Property (Watermark)
    In This Topic
    Gets or sets the opacity of this watermark or overlay, from 0 (transparent) to 1 (opaque). This property works only for text watermaks or overlays.
    Syntax
    'Declaration
     
    Public Property Opacity As Double
    public double Opacity {get; set;}
    See Also