Answer the question
In order to leave comments, you need to log in
How to add MultiBindig to PointCollection?
There is a code
<Polygon Grid.Row="0" Stroke="Black">
<Polygon.Points>
<MultiBinding Converter="{StaticResource SizeToPointsConverterUp}">
<Binding ElementName="Container" Path="Width"/>
<Binding ElementName="Row" Path="Height"/>
</MultiBinding>
</Polygon.Points>
</Polygon>
unable to add instance of type MultiBinding to collection of type PointCollection. This can only be done for elements of type Point
Answer the question
In order to leave comments, you need to log in
Probably because you are trying to specify multibinding for the collection.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question