| ViewAttribute Constructor (Type) |
Namespace:
Cauldron.XAML
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public ViewAttribute(
Type viewType
)
Parameters
- viewType
- Type: SystemType
The type of view to associate with the viewmodel
See Also