Class PropertyFillingExt
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Extended filling definition supporting multi color patterns, alpha transparency and optional zebra pattern initialization.
public class PropertyFillingExt : PropertyFilling
- Inheritance
-
PropertyFillingExt
- Derived
- Inherited Members
Properties
Alpha
Gets or sets the alpha transparency (0..100).
public string Alpha { get; set; }
Property Value
Color2
Gets or sets the secondary color used by multi color patterns.
public string Color2 { get; set; }
Property Value
Color3
Gets or sets the tertiary color used by multi color patterns.
public string Color3 { get; set; }
Property Value
Pattern
Gets or sets the fill pattern (engine specific index).
public string Pattern { get; set; }