TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pavan machavarapu
NA
304
17.9k
How to Place a transparent control on Videoscreen when mouse
Dec 18 2019 12:48 AM
How to Place a transparent control on Videoscreen when mouse hovers in wpf xaml
My code is here:
<DockPanel LastChildFill="true" Grid.ColumnSpan="2" Grid.Row="1" Visibility="{Binding IsVideoDisplay,Mode=TwoWay,Converter={StaticResource BooleanToVisibilityConverter}}" >
<WindowsFormsHost x:Name="wfHost" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<winForms:Panel x:Name="VideoPanel" Dock="Fill"/>
<i:Interaction.Triggers>
<i:EventTrigger EventName="Loaded">
<i:InvokeCommandAction Command="{Binding ConferenceLoadedCommand}" CommandParameter="{Binding ElementName=VideoPanel}"/>
</i:EventTrigger>
</i:Interaction.Triggers>
</WindowsFormsHost>
</DockPanel >
Reply
Answers (
3
)
data entry for xaml
change color in chart area