| GraphicsManagerEffectBinders Property |
Gets or sets the effect binders.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public EffectBinderCollection EffectBinders { get; }
Public ReadOnly Property EffectBinders As EffectBinderCollection
Get
public:
virtual property EffectBinderCollection^ EffectBinders {
EffectBinderCollection^ get () sealed;
}
abstract EffectBinders : EffectBinderCollection with get
override EffectBinders : EffectBinderCollection with get
Property Value
Type:
EffectBinderCollectionThe effect binders.
Implements
IGraphicsServiceEffectBindersRemarks See Also