Share via


CurrentDesignerView.View Property

Gets the designer view that is currently being used.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property View As DesignerView
    Get
public DesignerView View { get; }
public:
property DesignerView^ View {
    DesignerView^ get ();
}
member View : DesignerView
function get View () : DesignerView

Property Value

Type: Microsoft.Windows.Design.Interaction.DesignerView
A DesignerView that is currently being used; or nulla null reference (Nothing in Visual Basic) if no view has been installed yet.

.NET Framework Security

See Also

Reference

CurrentDesignerView Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility