VisualizationElement.Type Property

The type of the visualization to use.

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

Syntax

'Declaration
<TypeConverterAttribute(GetType(TypeNameConverter))> _
<ConfigurationPropertyAttribute("type", IsKey:=True, IsRequired:=True)> _
Public Property Type As Type
'Usage
Dim instance As VisualizationElement
Dim value As Type

value = instance.Type

instance.Type = value
[TypeConverterAttribute(typeof(TypeNameConverter))] 
[ConfigurationPropertyAttribute("type", IsKey=true, IsRequired=true)] 
public Type Type { get; set; }
[TypeConverterAttribute(typeof(TypeNameConverter))] 
[ConfigurationPropertyAttribute(L"type", IsKey=true, IsRequired=true)] 
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
/** @property */
public Type get_Type ()

/** @property */
public void set_Type (Type value)
public function get Type () : Type

public function set Type (value : Type)

See Also

Reference

VisualizationElement Class
VisualizationElement Members
Microsoft.Practices.CompositeUI.Configuration Namespace