Crestron Components Lib - Showcase App

ch5-signal-level-gauge: orientation

orientation attribute

Sets the orientation (horizontal or vertical) of the gauge. Default value is 'horizontal'.

<h5>orientation : horizontal</h5>
<ch5-signal-level-gauge 
	orientation="horizontal"> 
</ch5-signal-level-gauge>
<hr>
<h5>orientation : vertical</h5>
<ch5-signal-level-gauge 
	orientation="vertical">
</ch5-signal-level-gauge>
orientation : horizontal

orientation : vertical