Share via


CabApplication.VisualizerType Property

Sets the visualizer type to be used for the application; if set to null, will turn off visualizer support (even if visualizations are configured in App.config).

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Protected Property VisualizerType As Type
'Usage
Dim value As Type

value = Me.VisualizerType

Me.VisualizerType = value
protected Type VisualizerType { get; set; }
protected:
property Type^ VisualizerType {
    Type^ get ();
    void set (Type^ value);
}
/** @property */
protected Type get_VisualizerType ()

/** @property */
protected void set_VisualizerType (Type value)
protected function get VisualizerType () : Type

protected function set VisualizerType (value : Type)

See Also

Reference

CabApplication Class
CabApplication Members
Microsoft.Practices.CompositeUI Namespace