: WPF, WPFE, XAML, Extensibility, Silverlight, Desktop UI, .NET. This paper is for informational purposes. All trademarks are property of their respective owners.

| Feature | WPF (desktop) | WPFE (concept) | WPF/E (Silverlight) | |----------------------|---------------|----------------|----------------------| | 3D rendering | Yes | Yes (via 3D controls) | No | | Full trust / file I/O | Yes | Yes | Restricted (sandboxed) | | Cross-platform | No (Windows) | No | Yes (via browser plugin) | | Extensibility depth | Full (panels, shaders, adorners) | Emphasis on this | Limited (custom controls via templates) | <!-- WPFE-style custom template --> <Window.Resources> <Style TargetType="Button" x:Key="GradientButton"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="Button"> <Border Background="TemplateBinding Background" CornerRadius="8"> <ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/> </Border> </ControlTemplate> </Setter.Value> </Setter> </Style> </Window.Resources> <Button Style="StaticResource GradientButton" Background="LightBlue"> Extensible WPF Button </Button>

Never Miss an Article
Subscribe now
Never Miss an Article
Subscribe now

Wpfe Review

: WPF, WPFE, XAML, Extensibility, Silverlight, Desktop UI, .NET. This paper is for informational purposes. All trademarks are property of their respective owners.

| Feature | WPF (desktop) | WPFE (concept) | WPF/E (Silverlight) | |----------------------|---------------|----------------|----------------------| | 3D rendering | Yes | Yes (via 3D controls) | No | | Full trust / file I/O | Yes | Yes | Restricted (sandboxed) | | Cross-platform | No (Windows) | No | Yes (via browser plugin) | | Extensibility depth | Full (panels, shaders, adorners) | Emphasis on this | Limited (custom controls via templates) | <!-- WPFE-style custom template --> <Window.Resources> <Style TargetType="Button" x:Key="GradientButton"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="Button"> <Border Background="TemplateBinding Background" CornerRadius="8"> <ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/> </Border> </ControlTemplate> </Setter.Value> </Setter> </Style> </Window.Resources> <Button Style="StaticResource GradientButton" Background="LightBlue"> Extensible WPF Button </Button>

Sign up for our mailing list to receive ongoing updates from IFS.
Join The IFS Mailing List

Contact

Interested in learning more about the work of the Institute for Family Studies? Please feel free to contact us by using your preferred method detailed below.
 

Mailing Address:

P.O. Box 1502
Charlottesville, VA 22902

(434) 260-1048

Media Inquiries

For media inquiries, contact Chris Bullivant (chris@ifstudies.org).

We encourage members of the media interested in learning more about the people and projects behind the work of the Institute for Family Studies to get started by perusing our "Media Kit" materials.

Media Kit

Wait, Don't Leave!

Before you go, consider subscribing to our weekly emails so we can keep you updated with latest insights, articles, and reports.

Before you go, consider subscribing to IFS so we can keep you updated with news, articles, and reports.

Thank You!

We’ll keep you up to date with the latest from our research and articles.