Properties
About
Displays the about dialog box for the Spingauge control.
[Back to
Top]
BorderHiliteColor
Sets the color of the upper left sides of the border. The border
is the area between the outside and inside bevels.
[Back to
Top]
BorderShadowColor
Color of the lower right part of the border.
[Back to
Top]
BorderWidth
Width of the border as a percentage of the scale width.
[Back to
Top]
InnerBevelHiliteColor
Color of the upper and left sides of the inner bevel.
[Back to
Top]
InnerBevelShadowColor
Color of the lower and right sides of the inner bevel.
[Back to
Top]
InnerBevelStyle
Inset (0) or Raised (1).
[Back to
Top]
InnerBevelWidth
The width of the inner bevel as a percentage of the width of the
control.
[Back to
Top]
Max
The maximum value of the Pos property, which is the current numeric position of the control.
[Back to Top]
[Back to
Top]
Min
The minimum numeric value of the control. This can be a negative value.
[Back to
Top]
Orientation
Horizontal (0) or Vertical (1)
[Back to
Top]
OuterBevelHiliteColor
The color of the top and left sides of the outer bevel.
[Back to
Top]
OuterBevelStyle
Inset (0) or Raised (1)
[Back to
Top]
OuterBevelWidth
Width of the outer bevel as a percentage of the scale width. This can be a decimal number.
[Back to
Top]
PointerColor
The color of the scale indicator(s).
[Back to
Top]
PointerLineColor
If the PointerLineWidth is greater than zero, a line is drawn to indicate the scale position.
This property is the color of that line.
[Back to
Top]
PointerLineWidth
The width of the pointer line. If zero, no pointer line is drawn.
[Back to
Top]
PointerSize
The size of the pointer as a percentage of the control width.
[Back to
Top]
Pos
The position of the control. This value must be between the max and min property values.
[Back to
Top]
ScaleDirection
Controls the value of the numeric indicators on the tick marks of the control. Use forward
or reverse to control the numbers.
[Back to
Top]
ShadowColor
Color of the background of the control.
[Back to
Top]
ShowTickMajorNumbers
True to show major tick numbers, otherwise false.
[Back to
Top]
ShowTickMidNumbers
True to show mid level tick numbers, otherwise false.
[Back to
Top]
TickMajorColor
Color of the major tick numbers.
[Back to
Top]
TickMajorCount
The number of ticks to use across the scale range. This will be the scrollable number
of ticks. Extra ticks will be added to the left and right of the scale to fill in blank
areas at the edges of the scale range.
[Back to
Top]
TickMajorLength
The length of the major tick marks as a percentage of the scale width.
[Back to
Top]
TickMajorMargin
The space between the major tick marks and the edge of the control expressed as a percentage
of the control width.
[Back to
Top]
TickMajorPrecision
The number of digits to show to the right of the decimal point for the major tick numbers.
[Back to
Top]
TickMajorSpacing
The distance between major ticks as a percentage of the scale width. For example, 20 would
be 20% of the scale width, so there would be five ticks across the width of the control.
[Back to
Top]
TickMajorWidth
The width of each major tick mark as a percentage of the scale width. This can be a
decimal number, such as .1, which would be 1/10 of a percent.
[Back to
Top]
TickMajorCount
The number of ticks to use between the major tick marks.
[Back to
Top]
TickMidColor
Color of the mid size tick marks.
[Back to
Top]
TickMidLength
The length of the mid level tick marks as a percentage of the scale width.
[Back to
Top]
TickMidMargin
The space between the mid level tick mark and the edge of the control expressed as a percentage
of the control width.
[Back to
Top]
TickMidPrecision
The number of digits to show to the right of the decimal point for the mid level tick numbers.
[Back to
Top]
TickMidPrecision
The number of digits to show to the right of the decimal point for the mid level tick numbers.
[Back to
Top]
TickMidWidth
The width of each mid level tick mark as a percentage of the scale width. This can be a
decimal number, such as .1, which would be 1/10 of a percent.
[Back to
Top]
TickMidColor
Color of the mid size tick marks.
[Back to
Top]
TickMinorCount
The number of minor ticks to use between the mid level tick marks.
[Back to
Top]
TickMinorLength
The length of the minor level tick marks as a percentage of the scale width.
[Back to
Top]
TickMinorMargin
The space between the minor level tick mark and the edge of the control expressed as a percentage
of the control width..
[Back to
Top]
TickMinorWidth
The width of each minor level tick mark as a percentage of the scale width. This can be a
decimal number, such as .1, which would be 1/10 of a percent.
[Back to
Top]
|