Class PropertyTextItemBackground
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Background styling for text items including solid, gradient, pattern and bitmap fills.
public class PropertyTextItemBackground : DomItem
- Inheritance
-
PropertyTextItemBackground
- Inherited Members
Properties
Bitmap
Gets the bitmap drawing contents for bitmap based styles.
[JsonInclude]
public PropertyDrawingContents Bitmap { get; }
Property Value
Color
Gets or sets the primary color.
public string Color { get; set; }
Property Value
Color2
Gets or sets the secondary color.
public string Color2 { get; set; }
Property Value
Color3
Gets or sets the tertiary color.
public string Color3 { get; set; }
Property Value
Pattern
Gets or sets the pattern index for pattern based styles.
public string Pattern { get; set; }
Property Value
Style
Gets or sets the background style (engine specific constant).
public string Style { get; set; }