<syncEffectsView:SfEffectsView CornerRadius="0,25,0,25"
TouchDown="SfEffectsView_TouchDown"
TouchUp="SfEffectsView_TouchUp"
LongPressed="SfEffectsView_LongPressed">
….
</syncEffectsView:SfEffectsView> |
<syncEffectsView:SfEffectsView CornerRadius="0,25,0,25"
TouchDownCommand="{Binding TouchDownCommand}"
TouchUpCommand="{Binding TouchUpCommand}"
LongPressedCommand="{Binding LongPressedCommand}">
…
</syncEffectsView:SfEffectsView> |