Skip to content

Commit a6acfff

Browse files
authored
Improve summary for DecimalPlaces (#3480)
* Improve summary for DecimalPlaces * fix cref syntax
1 parent 4f920aa commit a6acfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Forms/NumericUpDown.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<ReturnType>System.Int32</ReturnType>
230230
</ReturnValue>
231231
<Docs>
232-
<summary>Gets or sets the number of decimal places to display in the spin box (also known as an up-down control).</summary>
232+
<summary>Gets or sets the number of decimal places to display in the spin box (also known as an up-down control). This property doesn't affect the <see cref="P:System.Windows.Forms.NumericUpDown.Value" /> property.</summary>
233233
<value>The number of decimal places to display in the spin box. The default is 0.</value>
234234
<remarks>
235235
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)