Effect.Flags Property (Microsoft.DirectX.DirectInput)

Flags associated with the effect. This value can be a combination of one or more of the following values:

Definition

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

Property Value

Microsoft.DirectX.DirectInput.EffectFlags

This property is read/write.