WPF VB.NET example of a dependency property

  • Thread starter Thread starter Lloyd Sheen
  • Start date Start date
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
 
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.
 
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.
 
Back
Top