ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ViewerModel Class / GrayedAreaColor Property

In This Topic
    GrayedAreaColor Property (ViewerModel)
    In This Topic
    Gets/sets partially transparent color which is used to cover inactive report pane
    Syntax
    'Declaration
     
    Public Property GrayedAreaColor As Color
    public Color GrayedAreaColor {get; set;}
    See Also