Intersoft ClientUI Documentation
ContentProjector

ContentProjector is a versatile and lightweight content control for applying two-way planar projection.

Content Control

ContentProjector is inherited from ISContentControl, which means that it can contain a single object of any types, such as a string, an image, or a panel. For more information about this content model, see Content Model Overview.

Projection

ContentProjector is used to achieve planar projection through the provided properties such as described in the list below.

Note that even though the content is projected, you can still perform user interaction on the content, such as clicking on a button or text input on textbox.

For cross-platform development, you should use the provided properties above to enable code and API compatiblity across Silverlight and WPF project. For more information, see Unified Development Model.

See Also