Class GetNodeColorEventArgs
EventArgs to get a node color
Inheritance
System.Object
System.EventArgs
GetNodeColorEventArgs
Namespace: FastReport.BG.Common
Assembly: FastReport.BG.dll
Syntax
public class GetNodeColorEventArgs : EventArgs
Constructors
GetNodeColorEventArgs(NodeBase, Color)
Constructs a new GetNodeColorEventArgs instance
Declaration
public GetNodeColorEventArgs(NodeBase node, Color color)
Parameters
Type | Name | Description |
---|---|---|
NodeBase | node | Node to get a color for |
System.Drawing.Color | color |
Properties
Color
Default color
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
Node
Node to get color
Declaration
public NodeBase Node { get; }
Property Value
Type | Description |
---|---|
NodeBase |