Class PropertyAlphaBlendableItem
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents an item supporting alpha blending (transparency) with color and style settings. Initialization is performed by the owning parent object.
public class PropertyAlphaBlendableItem : DomItem
- Inheritance
-
PropertyAlphaBlendableItem
- Inherited Members
Properties
Alpha
Gets or sets the alpha (transparency) value (0..100).
public string Alpha { get; set; }
Property Value
Color
Gets or sets the color expression.
public string Color { get; set; }
Property Value
Style
Gets or sets the style / pattern expression.
public string Style { get; set; }