ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLayer Class / Transparency Property

In This Topic
    Transparency Property (MapLayer)
    In This Topic
    Gets or sets the transparency for all map elements contained in this layer. Measured in percents. An expression should evaluate to a System.Double. The default value is 0.
    Syntax
    'Declaration
     
    Public Property Transparency As ExpressionInfo
    public ExpressionInfo Transparency {get; set;}
    See Also