WPF VB.NET example of a dependency property

L

Lloyd Sheen

As the subject says does anyone have an example of a simple dependency
property in VB.NET. Googled and it seems that VB.NET does not show many
examples for WPF.

Thanks
LS
 
A

Alex Clark

What kind of example are you looking for? If it's a simple case of creating
one, you can do that via the snippet tool.
 
T

Tom Shelton

As the subject says does anyone have an example of a simple dependency
property in VB.NET. Googled and it seems that VB.NET does not show many
examples for WPF.

What specifically are you looking for? It's really just a matter of creating
a class that inherits from DependancyObject and creating some shared
properties and fields.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top