Unable to Inherit from MediaElement Class
Posted
by Subhen
on Stack Overflow
See other posts from Stack Overflow
or by Subhen
Published on 2010-04-21T13:21:55Z
Indexed on
2010/04/21
13:23 UTC
Read the original article
Hit count: 291
Hi,
I am trying to create a custom MediaElement , and the 1st thing I need is to inherit it from the MediaElement .
But this is simply not happneing when I try to inherit like following:
CustomMediaControl : MediaElement
{
}
© Stack Overflow or respective owner