Table of Contents

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

string

FillingFinished

Gets the filling of the finished part.

[JsonInclude]
public PropertyFillingWithBitmap FillingFinished { get; }

Property Value

PropertyFillingWithBitmap

FillingUnfinished

Gets the filling of the unfinished part.

[JsonInclude]
public PropertyFillingWithBitmap FillingUnfinished { get; }

Property Value

PropertyFillingWithBitmap

HeightFinished

Gets or sets the height of the finished part.

public string HeightFinished { get; set; }

Property Value

string

HeightUnfinished

Gets or sets the height of the unfinished part.

public string HeightUnfinished { get; set; }

Property Value

string

Rounding

Gets or sets the bar rounding.

public string Rounding { get; set; }

Property Value

string