How would I change a margin value using a Variable. I tried a Value “{Binding MarginValue},0,0,0” with a Setter using Margin as the Property without success. How is the Margin property meant to be changed?
Jerry
How would I change a margin value using a Variable. I tried a Value “{Binding MarginValue},0,0,0” with a Setter using Margin as the Property without success. How is the Margin property meant to be changed?
Jerry
You can’t do a partial binding like that. It’ll have to be “{Binding MarginValue}”