# Packages
Binary gaugedemo displays a couple of Gauge widgets.
# Functions
Border configures the gauge to have a border of the specified style.
BorderTitle sets a text title within the border.
BorderTitleAlign sets the horizontal alignment for the border title.
Char sets the rune that is used when drawing the rectangle representing the current progress.
Color sets the color of the gauge.
EmptyTextColor sets color of the text progress and text label for the portion of the text that falls outside the filled up part of the Gauge.
FilledTextColor sets color of the text progress and text label for the portion of the text that falls within the filled up part of the Gauge.
Height sets the height of the drawn Gauge.
HideTextProgress disables the display of a text enumerating the progress.
HorizontalTextAlign sets the horizontal alignment of the text progress and text label.
New returns a new Gauge.
ShowTextProgress configures the Gauge so that it also displays a text enumerating the progress.
TextLabel configures the Gauge to display the provided text.
Threshold configures the Gauge to display a vertical threshold line at value t.
VerticalTextAlign sets the vertical alignment of the text progress and text label.
# Constants
DefaultChar is the default value for the Char option.
DefaultColor is the default value for the Color option.
DefaultEmptyTextColor is the default value for the EmptyTextColor option.
DefaultFilledTextColor is the default value for the FilledTextColor option.
DefaultHorizontalTextAlign is the default value for the HorizontalTextAlign option.
DefaultVerticalTextAlign is the default value for the VerticalTextAlign option.
# Interfaces
Option is used to provide options.