Class PropertyTaskRows
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Task rows appearance configuration (background, bar, font) for Gantt/task charts.
public class PropertyTaskRows : DomItem
- Inheritance
-
PropertyTaskRows
- Inherited Members
Properties
Background
Gets the background filling.
[JsonInclude]
public PropertyFillingExt Background { get; }
Property Value
Bar
Gets the bar appearance settings.
[JsonInclude]
public PropertyBar Bar { get; }
Property Value
Font
Gets the font settings.
[JsonInclude]
public PropertyFontExt Font { get; }