Created
August 31, 2010 23:40
-
-
Save jfromaniello/559978 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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