-
public ProgressBarOrientation orientation { set; get; }
The "orientation" property controls the direction and growth direction of the progress bar
(left-to-right, right-to-left, top-to-bottom or bottom-to-top).
-
public int pulse { set; get; }
Setting this to a non-negative value causes the cell renderer to enter "activity mode", where a block
bounces back and forth to indicate that some progress is made, without specifying exactly how much.
-
public string text { set; owned get; }
The "text" property determines the label which will be drawn over the progress bar. Setting this
property to null causes the default label to be displayed. Setting this property to an empty string causes no label to be
displayed.
-
public float text_xalign { set; get; }
The "text-xalign" property controls the horizontal alignment of the text in the progress bar. Valid
values range from 0 (left) to 1 (right). Reserved for RTL layouts.
-
public float text_yalign { set; get; }
The "text-yalign" property controls the vertical alignment of the text in the progress bar. Valid values
range from 0 (top) to 1 (bottom).
-
public int value { set; get; }
The "value" property determines the percentage to which the progress bar will be "filled in".