You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/manual/meters/general-options/meterstyles.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
8
8
<p>The goal is to help reduce the amount of code needed to define meter options that may be used on multiple meters. Define options once, then use them on many meters with a <code>MeterStyle</code> option.</p>
9
9
10
+
<p><code>MeterStyle</code> can be used with any type of meter.</p>
11
+
10
12
<h2id="Usage">Usage</h2>
11
13
12
14
<p>If an option is given on both the parent meter and the child meter, the child's setting overrides the parent's for that meter. If multiple parents are given, separated by pipes (<code>|</code>), options on later parents override those on earlier parents.</p>
0 commit comments