
Hi,
I have below in my xaml.
<actipro:PopupButton.PopupIndicator>
<Viewbox Height="16" Width="16">
<Path Fill="{x:Null}" Width="13" Height="13.5" Stretch="Fill" StrokeStartLineCap="Round" StrokeEndLineCap="Round" StrokeLineJoin="Round" Stroke="{Binding Foreground,ElementName=showCalendar}" Data="M 445.225,139.428L 446.441,139.113L 447.522,139.46C 447.792,139.691 447.927,139.987 447.927,140.348C" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Viewbox>
</actipro:PopupButton.PopupIndicator>
Not always reproducible, sometimes the Image (Viewbox) is blank..
Is there any problem on my code above ? I saw someone else is using Image instead of viewbox.
Any help is appreciated.
Thanks,
KarHong
I have below in my xaml.
<actipro:PopupButton.PopupIndicator>
<Viewbox Height="16" Width="16">
<Path Fill="{x:Null}" Width="13" Height="13.5" Stretch="Fill" StrokeStartLineCap="Round" StrokeEndLineCap="Round" StrokeLineJoin="Round" Stroke="{Binding Foreground,ElementName=showCalendar}" Data="M 445.225,139.428L 446.441,139.113L 447.522,139.46C 447.792,139.691 447.927,139.987 447.927,140.348C" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Viewbox>
</actipro:PopupButton.PopupIndicator>
Not always reproducible, sometimes the Image (Viewbox) is blank..
Is there any problem on my code above ? I saw someone else is using Image instead of viewbox.
Any help is appreciated.
Thanks,
KarHong