Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/property-pages/controls/number-box/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ Style of the number box can be customized via the **NumberBoxOptionsAttribute**
![Number boxes with additional styles allowing specifying the units and displaying thumbwheel for changing the value](number-box-units-wheel.png)

{% code-snippet { file-name: ~PropertyPage\Controls\NumberBox.*, regions: [Style] } %}

#REMARK on Number box units. 
Use 0 for not using units. 
If units are specified then the corresponding current user unit system will be used and the corresponding units marks will be displayed in the number box. 
Regardless of the current unit system the value  will be stored in system units (MKS)

![image](https://user-images.githubusercontent.com/979361/132507448-2858fdb2-a1b6-4f29-aa16-57c3fc9a5563.png)