Go to the source code of this file.
|
class | SiliconStudio.Presentation.ValueConverters.NumericToThickness |
| This converter will convert a double value to a Thickness structure that can be used for Margin, Padding, etc. A Thickness must be passed as a parameter of this converter. You can use the ThicknessExtension markup extension to easily pass one, with the following syntax: {sskk:Thickness (arguments)}. The resulting thickness will be the parameter thickness multiplied bu the scalar double value. More...
|
|