ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win.Theming Namespace / ColorableElement Class / ApplyColor Property

In This Topic
    ApplyColor Property
    In This Topic
    Set the color of the element
    Syntax
    'Declaration
     
    Public Property ApplyColor As Action(Of Color)
    public Action<Color> ApplyColor {get; set;}
    See Also