Share via


EffectDefault.Type Property (Microsoft.DirectX.Direct3D)

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.