EffectDefault.Type Property

Language:

Retrieves or sets the data type in the Data property.

Definition

Visual Basic Public Property Type As EffectDefaultType
C# public EffectDefaultType Type { get; set; }
C++ public:
property EffectDefaultType Type {
        EffectDefaultType get();
        void set(EffectDefaultType value);
}
JScript public function get Type() : EffectDefaultType
public function set Type(EffectDefaultType);

Property Value

Microsoft.DirectX.Direct3D.EffectDefaultType
An EffectDefaultType value that indicates the data type in the Data property.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center