Click or drag to resize
DigitalRunePostProcessorChain Properties

The PostProcessorChain type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of post-processors contained in the post-processor chain.
Public propertyDefaultTargetFormat
Gets or sets the default target format. (This property is used by the PostProcessorChain).
(Inherited from PostProcessor.)
Public propertyEnabled
Gets or sets a value indicating whether this post-processor is enabled.
(Inherited from PostProcessor.)
Public propertyGraphicsService
Gets the graphics service.
(Inherited from PostProcessor.)
Public propertyIsDisposed
Gets a value indicating whether this post-processor has been disposed of.
(Inherited from PostProcessor.)
Public propertyItemInt32
Gets or sets the post-processor at the specified index.
Public propertyItemString
Gets the PostProcessor with the specified name.
Public propertyName
Gets or sets the name of the post-processor.
(Inherited from PostProcessor.)
Top
Explicit Interface Implementations
See Also