The converter syntax currently only supports the standard Width and Height; there is no way to set min/max values even though they exist on LayoutParameters itself.
Framework should support both string conversions using a microsyntax, and duck type conversions which require a separate converter for Length.
The converter syntax currently only supports the standard
Width
andHeight
; there is no way to set min/max values even though they exist onLayoutParameters
itself.Framework should support both string conversions using a microsyntax, and duck type conversions which require a separate converter for
Length
.