Class PropertyBar
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents configuration of a progress/style bar with finished and unfinished sections.
public class PropertyBar : DomItem
- Inheritance
-
PropertyBar
- Inherited Members
Properties
EndTicks
Gets or sets the end tick mark expression.
public string EndTicks { get; set; }
Property Value
FillingFinished
Gets the filling of the finished part.
[JsonInclude]
public PropertyFillingWithBitmap FillingFinished { get; }
Property Value
FillingUnfinished
Gets the filling of the unfinished part.
[JsonInclude]
public PropertyFillingWithBitmap FillingUnfinished { get; }
Property Value
HeightFinished
Gets or sets the height of the finished part.
public string HeightFinished { get; set; }
Property Value
HeightUnfinished
Gets or sets the height of the unfinished part.
public string HeightUnfinished { get; set; }
Property Value
Rounding
Gets or sets the bar rounding.
public string Rounding { get; set; }