Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.