The ThicknessThickness
(left, top, right, bottom) value. It is generally intended for display within a popup, such as for the ThicknessEditBox control.
The toggle at the top determines whether the embedded DoublePicker is currently modifying the Left
, Top
, Right
or Bottom
component of the Thickness
. See the DoublePicker for a description of how its UI functions.
Minimum and Maximum Values
Minimum and maximum values may be assigned via the Maximum and Minimum properties.
No values can be committed that lay outside of the inclusive range created by those properties.
Incrementing/Decrementing
Value changes alter the current number component by 1
, which is the default for the Small
Rounding Decimal Places
The Rounding8
but can be set to any value in the range 0
to 15
. Or set the value to null
to prevent rounding.
Sample XAML
This control can be placed within any other XAML container control, such as a Page
or Panel
with this sort of XAML: