FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Watermark Class / Opacity Property

In This Topic
    Opacity Property
    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