WPF: Binding Margin/Thickness Left and Top Property
问题 I got a problem with bindings(i know why am i becoming this exception but dunno how to solve the problem). I have tried this piece of code. <TextBlock HorizontalAlignment="Left" > <TextBlock.Margin> <Thickness Left="{Binding POSX.Value, Converter={StaticResource DPIConverter}}" Top="{Binding POSY.Value, Converter={StaticResource DPIConverter}}"/> </TextBlock.Margin> </TextBlock> Im getting an exception where it says that, u cant bind thickness [LEFT], [TOP] properties. (ik why : cause those