Click or drag to resize
DigitalRuneIGraphicsServicePresentationTargets Property
A collection of all presentation targets.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
PresentationTargetCollection PresentationTargets { get; }

Property Value

Type: PresentationTargetCollection
The presentation targets.
Remarks

This property is not available on the following platforms: Silverlight, Windows Phone 7, Xbox 360.

A presentation target (see interface IPresentationTarget) is either a Windows Forms control or a WPF control where the graphics can be displayed.

See Also