FMX.StdCtrls.TArcDial.ShowValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowValue: Boolean read FShowValue write SetShowValue default False;

C++

__property bool ShowValue = {read=FShowValue, write=SetShowValue, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TArcDial

Description

Specifies whether this arc dial component displays a text with the current value.

Use the ShowValue property to enable or disable the display of a text in the middle of this arc dial component that contains the current value (in degrees) of this arc dial component.

See Also