Mark,
I have tried the method described in the pdf you sent me, and I after I paste in the xaml code (simple gradient fill triangle as a test) I get a message that there is an xaml error.
Here is the code after pasting:
<?neo version='2.0.356.0'?>
<natss:NeoElementCanvas Name="m_EditorCanvas" Width="1280" Height="800" FocusVisualStyle="{x:Null}" AllowDrop="True" ClipToBounds="True" Focusable="True" TextOptions.TextFormattingMode="Display" TextOptions.TextRenderingMode="ClearType" xmlns="
http://schemas.microsoft.com/winfx/2006 ... esentation" xmlns:x="
http://schemas.microsoft.com/winfx/2006/xaml" xmlns:natss="clr-namespace:Neo.ApplicationFramework.Tools.Screen.ScreenEditor;assembly=ToolsIde" xmlns:nacs="clr-namespace:Neo.ApplicationFramework.Controls.Symbol;assembly=Controls">
<nacs:SymbolViewbox SymbolColor="#FFC0C0C0" Name="SymbolViewbox2" Width="55" Height="40" RenderTransformOrigin="0.5,0.5" Visibility="Visible" Panel.ZIndex="1" Canvas.Left="533" Canvas.Top="336">
<Grid>
<ed:RegularPolygon InnerRadius="1" Margin="215,140,0,199" PointCount="3" Stretch="Fill" RenderTransformOrigin="0.49,0.55" HorizontalAlignment="Left" Width="87">
<ed:RegularPolygon.Fill>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="#FFE50000" Offset="0.362"/>
<GradientStop Color="#FFFDFDFB" Offset="1"/>
</LinearGradientBrush>
</ed:RegularPolygon.Fill>
<ed:RegularPolygon.RenderTransform>
<TransformGroup>
<ScaleTransform/>
<SkewTransform/>
<RotateTransform Angle="-89.855"/>
<TranslateTransform/>
</TransformGroup>
</ed:RegularPolygon.RenderTransform>
</ed:RegularPolygon>
</Grid>
</nacs:SymbolViewbox>
</natss:NeoElementCanvas>
Thanks in advance,
Chris
p.s. Expression Blend 4, Win 7 Pro, ix Dev 2