Table of Contents

TTMSFNCProgressBarLayout Class

Exposes all layout properties for the progress bar control.

API unit family: TMSFNCProgressBar Inherits from: TTMSFNCCustomProgressBarLayout

Syntax

TTMSFNCProgressBarLayout = class(TTMSFNCCustomProgressBarLayout)

Properties

Name Description
Blocks Number of discrete blocks that divide the progress bar. (inherited from TTMSFNCCustomProgressBarLayout)
BottomMargin Bottom margin in pixels between the control edge and the progress bar. (inherited from TTMSFNCCustomProgressBarLayout)
Decimals Number of decimal places shown when displaying the value. (inherited from TTMSFNCCustomProgressBarLayout)
LeftMargin Left margin in pixels between the control edge and the progress bar. (inherited from TTMSFNCCustomProgressBarLayout)
MaximumBitmap Bitmap displayed at the maximum end of the progress bar. (inherited from TTMSFNCCustomProgressBarLayout)
MinimumBitmap Bitmap displayed at the minimum end of the progress bar. (inherited from TTMSFNCCustomProgressBarLayout)
Prefix Text prepended to the displayed value string. (inherited from TTMSFNCCustomProgressBarLayout)
RightMargin Right margin in pixels between the control edge and the progress bar. (inherited from TTMSFNCCustomProgressBarLayout)
RoundProgressEnd When True, the leading edge of the progress fill is drawn with a rounded cap. (inherited from TTMSFNCCustomProgressBarLayout)
Rounding Corner rounding radius applied to the progress bar shape. (inherited from TTMSFNCCustomProgressBarLayout)
Shape Determines whether the bar is drawn horizontally or vertically. (inherited from TTMSFNCCustomProgressBarLayout)
ShowValue When True, the current value is rendered as text inside the bar. (inherited from TTMSFNCCustomProgressBarLayout)
Spacing Pixel gap between adjacent blocks when Blocks is greater than one. (inherited from TTMSFNCCustomProgressBarLayout)
Suffix Text appended to the displayed value string. (inherited from TTMSFNCCustomProgressBarLayout)
TextOrientation Rotation angle applied to the value text label. (inherited from TTMSFNCCustomProgressBarLayout)
TextPosition Horizontal anchor point for the value text within the bar. (inherited from TTMSFNCCustomProgressBarLayout)
TopMargin Top margin in pixels between the control edge and the progress bar. (inherited from TTMSFNCCustomProgressBarLayout)
ValueType Determines whether the label shows a raw value, percentage, or custom text. (inherited from TTMSFNCCustomProgressBarLayout)