| 
       << Click to display table of contents >> TRVMicrophoneView.Style | 
    
Specifies how the sound volume is displayed.
type // defined in MRVType unit
TRVMicrophoneStyle = (rvmpsSimple, rvmpsHistogram, rvmpsGradient,
rvmpsOwnerDraw);
property Style: TRVMicrophoneStyle;
If Style=rvmpsOwnerDraw, you can draw the component yourself in OnPaint event.
Value  | 
Sample  | 
rvmpsSimple  | 
  | 
rvmpsHistogram  | 
  | 
rvmpsGradient  | 
  | 
rvmpsOwnerDraw  | 
  | 
Default value
rvmpsHistogram