|  | EffectTechniqueBindingId Property | 
            Gets (or sets) an ID, which can be used for state-sorting.
            
 
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic byte Id { get; protected set; }Public Property Id As Byte
	Get
	Protected Set
public:
property unsigned char Id {
	unsigned char get ();
	protected: void set (unsigned char value);
}member Id : byte with get, set
Property Value
Type: 
ByteAn ID, which can be used for state-sorting. The allowed range is [0, 127].
 Remarks
Remarks See Also
See Also