Skip to content

Instantly share code, notes, and snippets.

@jfromaniello
Created August 31, 2010 23:40
Show Gist options
  • Save jfromaniello/559978 to your computer and use it in GitHub Desktop.
Save jfromaniello/559978 to your computer and use it in GitHub Desktop.
<VisualBrush x:Key="WavyBrush" Viewbox="0,0,3,3" ViewboxUnits="Absolute" Viewport="0,-1,6,4" ViewportUnits="Absolute" TileMode="Tile">
<VisualBrush.Visual>
<Path Stroke="Red" StrokeThickness="0.5">
<Path.Data>
<PathGeometry Figures="M 0.1,1 C 1,0 2,2 3,1" /> <!-- How can I translate this to c# ? -->
</Path.Data>
</Path>
</VisualBrush.Visual>
</VisualBrush>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment