| IGraphicsServicePresentationTargets Property |
A collection of all presentation targets.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax PresentationTargetCollection PresentationTargets { get; }
ReadOnly Property PresentationTargets As PresentationTargetCollection
Get
property PresentationTargetCollection^ PresentationTargets {
PresentationTargetCollection^ get ();
}
abstract PresentationTargets : PresentationTargetCollection with get
Property Value
Type:
PresentationTargetCollectionThe 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