CheckboxStyle Sample

#wpdev_jp #win8dev_jp

ページのリソースに張り付けて、チェックボックスを配置して、プロパティの「寄せ集め」のしたのStyleでローカルリソースの FunnyCheckBoxStyle を選択するだけ。Windows Phone 8 でも Windows 8でも使えます。XAMLのスタイルやテンプレートは結構使いまわせるので、便利です。Windows Phone 7.5 だとちょっとAPIが足りなくて互換性が落ちることもあるんだけどね。

Uncheck / Check / Disable の3つのステートを持っています。解説等はいつかできたら。

...すいません、こんなのばかりで。

 

 <!--for Windows Phone 8-->
<phone:PhoneApplicationPage.Resources>
<!--for Windows 8-->
<!--<Page.Resources>--> 

        <SolidColorBrush x:Key="lightgreendark" Color="#FF2A8181"/>
    <SolidColorBrush x:Key="lightgreen" Color="#FF42BABA"/>
    <SolidColorBrush x:Key="pink" Color="#FFFDD2FD"/>
    <SolidColorBrush x:Key="gray" Color="#FF929B9B"/>
    <SolidColorBrush x:Key="darkgray" Color="#FF535353"/>
    <SolidColorBrush x:Key="skin" Color="#FFFDFDD2"/>
    <Style x:Key="FunnyCheckBoxStyle" TargetType="CheckBox">
        <Setter Property="Template">
            <Setter.Value>
                <ControlTemplate TargetType="CheckBox">
                    <Grid>
                        <VisualStateManager.VisualStateGroups>
                            <VisualStateGroup x:Name="CommonStates">
                                <VisualStateGroup.Transitions>
                                    <VisualTransition GeneratedDuration="0:0:0.5">
                                        <VisualTransition.GeneratedEasingFunction>
                                            <BackEase/>
                                        </VisualTransition.GeneratedEasingFunction>
                                    </VisualTransition>
                                </VisualStateGroup.Transitions>
                                <VisualState x:Name="PointerOver"/>
                                <VisualState x:Name="Pressed"/>
                                <VisualState x:Name="Disabled">
                                    <Storyboard>
                                        <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Visibility)" Storyboard.TargetName="abone_face1">
                                            <DiscreteObjectKeyFrame KeyTime="0">
                                                <DiscreteObjectKeyFrame.Value>
                                                    <Visibility>Collapsed</Visibility>
                                                </DiscreteObjectKeyFrame.Value>
                                            </DiscreteObjectKeyFrame>
                                        </ObjectAnimationUsingKeyFrames>
                                        <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Visibility)" Storyboard.TargetName="sleepy_face1">
                                            <DiscreteObjectKeyFrame KeyTime="0">
                                                <DiscreteObjectKeyFrame.Value>
                                                    <Visibility>Visible</Visibility>
                                                </DiscreteObjectKeyFrame.Value>
                                            </DiscreteObjectKeyFrame>
                                        </ObjectAnimationUsingKeyFrames>
                                        <DoubleAnimation Duration="0" To="-56.928" Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.Rotation)" Storyboard.TargetName="negi_hand1" d:IsOptimized="True"/>
                                    </Storyboard>
                                </VisualState>
                                <VisualState x:Name="Checked2"/>
                                <VisualState x:Name="CheckedPointerOver"/>
                                <VisualState x:Name="CheckedPressed"/>
                                <VisualState x:Name="CheckedDisabled"/>
                                <VisualState x:Name="Indeterminate2"/>
                                <VisualState x:Name="IndeterminatePointerOver"/>
                                <VisualState x:Name="IndeterminatePressed"/>
                                <VisualState x:Name="IndeterminateDisabled"/>
                            </VisualStateGroup>
                            <VisualStateGroup x:Name="CheckStates">
                                <VisualStateGroup.Transitions>
                                    <VisualTransition GeneratedDuration="0:0:0.5">
                                        <VisualTransition.GeneratedEasingFunction>
                                            <BackEase/>
                                        </VisualTransition.GeneratedEasingFunction>
                                    </VisualTransition>
                                </VisualStateGroup.Transitions>
                                <VisualState x:Name="Checked1"/>
                                <VisualState x:Name="Unchecked"/>
                                <VisualState x:Name="Indeterminate1"/>
                                <VisualState x:Name="Checked">
                                    <Storyboard>
                                        <DoubleAnimation Duration="0" Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.Rotation)" Storyboard.TargetName="negi_hand1" d:IsOptimized="True" To="25.944"/>
                                        <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Visibility)" Storyboard.TargetName="abone_face1">
                                            <DiscreteObjectKeyFrame KeyTime="0">
                                                <DiscreteObjectKeyFrame.Value>
                                                    <Visibility>Collapsed</Visibility>
                                                </DiscreteObjectKeyFrame.Value>
                                            </DiscreteObjectKeyFrame>
                                        </ObjectAnimationUsingKeyFrames>
                                        <ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Visibility)" Storyboard.TargetName="fight_face1">
                                            <DiscreteObjectKeyFrame KeyTime="0">
                                                <DiscreteObjectKeyFrame.Value>
                                                    <Visibility>Visible</Visibility>
                                                </DiscreteObjectKeyFrame.Value>
                                            </DiscreteObjectKeyFrame>
                                        </ObjectAnimationUsingKeyFrames>
                                    </Storyboard>
                                </VisualState>
                                <VisualState x:Name="Indeterminate"/>
                            </VisualStateGroup>
                            <VisualStateGroup x:Name="FocusStates">
                                <VisualState x:Name="Unfocused"/>
                                <VisualState x:Name="PointerFocused"/>
                            </VisualStateGroup>
                        </VisualStateManager.VisualStateGroups>
                        <Viewbox>
                            <Grid Height="147" Width="148">
                                <Viewbox>
                                    <Grid Height="415" Width="417">
                                        <Grid x:Name="rtail1" Margin="116,26,190,36">
                                            <Path Width="111.346" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="0,0,-0.346,0" Height="352.594" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M668.667,300 C668.667,300 661.333,281.333 648,284 C634.667,286.667 638.667,286 636,293.333 C633.333,300.666 620.667,340.666 613.333,355.999 C606,371.332 582,425.998 572.667,461.331 C563.334,496.664 560.667,491.331 558.667,521.997 C556.667,552.663 564,571.996 564,571.996 L580.667,531.997 C580.667,531.997 570,551.996 572.667,575.329 C575.334,598.662 580,598.662 586.667,607.329 C593.334,615.996 618,635.329 618,635.329 C618,635.329 610.667,624.663 615.333,614.663 C620,604.663 634,601.33 639.333,578.663 C644.666,555.997 639.333,552.664 640,537.997 C640.667,523.331 647.333,517.331 645.333,501.998 C643.333,486.665 636.667,466.665 642,447.998 C647.333,429.332 659.333,376.666 662,359.333 C664.667,342 668.667,300 668.667,300 z"/>
                                            <Path Width="103.105" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="2.907,1.853,0,0" Height="317.175" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M658,290 C658,290 654,284 650.667,286 C647.334,288 642.667,288 642.667,288 C642.667,288 612.667,360.003 609.333,371.337 C606,382.671 571.718,466.152 571.718,474.152 C571.718,482.152 560,501.344 561.333,526.012 C562.666,550.68 564.666,563.347 564.666,563.347 L580.666,531.346 C580.666,531.346 571.333,557.347 575.333,574.015 C579.333,590.682 591.333,600.016 591.333,600.016 C591.333,600.016 587.333,589.349 586,578.682 C584.667,568.015 586,556.68 586,556.68 C586,556.68 584.666,568.681 592,581.348 C599.333,594.015 608.667,604.016 608.667,601.349 C608.667,598.682 601.333,584.681 601.333,584.681 L612.667,595.349 C612.667,595.349 606,585.348 604.667,578.014 C603.334,570.68 599.333,555.347 599.333,555.347 L599.333,577.348 C599.333,577.348 591.333,568.681 591.333,552.013 C591.333,535.346 600,508.678 600,508.678 L587.333,530.012 C587.333,530.012 578,510.678 582,486.01 C586,461.342 591.333,436.007 603.333,412.006 C615.333,388.005 641.333,330.002 641.333,330.002 L663.333,300.667 z"/>
                                        </Grid>
                                        <Path Width="37" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="6" Stroke="Black" Stretch="Fill" Margin="195,18,0,0" Height="51" HorizontalAlignment="Left" Data="M767,323 L747,310 L759,275 L781,288 z"/>
                                        <Path Width="35.186" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="#FFC500FF" Stretch="Fill" Margin="195.907,19.25,0,0" Height="48.5" HorizontalAlignment="Left" Data="M767,323 L747,310 L759,275 L781,288 z"/>
                                        <Grid x:Name="negi_hand1" RenderTransformOrigin="0.99,0.922" Margin="0,0,168,217">
                                            <Grid.RenderTransform>
                                                <CompositeTransform Rotation="-32.373"/>
                                            </Grid.RenderTransform>
                                            <Grid x:Name="rhand1" Margin="121,129,0,0">
                                                <Path Width="16" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="0,7.44,0,0" Height="15.56" HorizontalAlignment="Left" Fill="{StaticResource skin}" Data="M578,396 C578,396 577.81,395.62 577.401,395.153 C576.482,394.104 574.459,392.616 571,394 C566,396 563,403 563,403 L567,408 L577,407"/>
                                                <Path Width="14.907" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="81.613,39.01,0,0" Height="27.997" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M8.35754,0.5 L10.3037,1.9896 L14.4074,4.8497 L11.2412,9.3333 C10.0536,11.1145 8.88694,12.9895 7.88694,14.8227 C5.88694,18.4897 5.55374,22.9897 5.72043,26.573 L5.79493,27.4966 L0.577434,25.3194 L0.553333,24.9896 C0.386638,21.4897 0.553432,16.8232 1.88694,12.1567 C3.22043,7.4897 5.88724,3.4897 8.22054,0.656502 z"/>
                                                <Path Width="84.375" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="6.096,0,0,0" Height="64.83" HorizontalAlignment="Left" Fill="{StaticResource darkgray}" Data="M18.737,0.5 C18.737,0.5 67.404,29.833 75.4041,33.833 C77.4042,34.833 79.1958,35.9997 80.8937,37.2289 L83.8745,39.5103 L83.7375,39.6668 C81.4042,42.5 78.7374,46.5 77.4039,51.167 C76.0704,55.8335 75.9036,60.5 76.0703,63.9999 L76.0944,64.3297 L75.904,64.2503 C72.5708,62.667 70.071,61.167 70.071,61.167 C70.071,61.167 51.4046,58.5 42.7375,59.167 C34.0703,59.833 10.0708,55.167 10.0708,55.167 C10.0708,55.167 -1.26337,45.167 0.736661,24.5 C2.7367,3.83301 18.737,0.5 18.737,0.5 z"/>
                                                <Path Width="20.124" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="108.824,47.333,-0.948,-0.667" Height="22.334" HorizontalAlignment="Left" Fill="{StaticResource gray}" Data="M12.009,0.5 C12.009,0.5 21.3431,4.5 19.343,13.167 C17.344,21.834 8.01002,21.834 8.01002,21.834 C8.01002,21.834 6.92672,21.7923 5.19751,21.7194 L3.12571,21.6292 L2.67601,21.167 C0.676205,17.834 0.676205,13.167 0.676205,13.167 C0.676205,13.167 -0.656598,10.5 4.00891,4.5 L6.93962,1.116 L8.59902,0.99222 C10.6966,0.78125 12.009,0.5 12.009,0.5 z"/>
                                                <Path Width="29.468" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="86.796,43.36,0,-0.462" Height="26.102" HorizontalAlignment="Left" Fill="{StaticResource skin}" Data="M9.22448,0.5 L10.1727,1.1609 C11.954,2.2235 13.8707,3.1403 16.0375,3.807 C20.3708,5.14 24.8707,5.3065 28.2873,5.13975 L28.9677,5.089 L26.037,8.473 C21.3714,14.473 22.7042,17.14 22.7042,17.14 C22.7042,17.14 22.7042,21.807 24.7041,25.14 L25.1538,25.6022 L24.2021,25.5608 C18.5378,25.3067 10.2043,24.8899 6.03735,24.473 C4.37056,24.3065 2.49555,23.8066 0.620539,23.1505 L0.611933,23.1469 L0.537432,22.2233 C0.370739,18.64 0.703939,14.14 2.70394,10.473 C3.70395,8.6398 4.87066,6.7648 6.05827,4.9836 z"/>
                                            </Grid>
                                            <Grid x:Name="Negi1" Margin="0,0,117,52">
                                                <Path Width="86" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="46.667,3.333,-0.667,-0.667" Height="143.334" HorizontalAlignment="Left" Fill="#FFDBEDD3" Data="M576.667,399 L550.667,371 L521.333,334.333 L512.667,284.333 L512.667,264.333 L491.667,272.333 L493.333,294.667 C493.333,294.667 499.667,305 500.333,312 C501,319 502.333,329.333 502.333,329.333 L509.333,346 C509.333,346 527,363 534,371.667 C541,380.334 549.333,386.667 549.333,386.667 L561,404 L567.333,406.667 z"/>
                                                <Path Width="29.43" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="49.513,69.943,0,0" Height="14.323" HorizontalAlignment="Left" Fill="#FFFFCC65" Data="M26.732,0.5 L27.3196,3.89011 L28.9297,5.90276 L24.3616,10.5571 L18.4866,10.4321 L11.9866,13.8071 L11.914,13.8227 L11.6925,13.6699 C7.4059,10.7196 2.371,7.3696 0.528511,6.1476 L0.5,6.12871 L0.611587,5.9321 L1.23659,3.5571 L4.37758,3.32111 L6.48659,0.932103 L12.9866,1.5571 z"/>
                                                <Path Width="33.305" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="99.362,112.121,-0.667,-0.667" Height="34.546" HorizontalAlignment="Left" Fill="#FFFFCC65" Data="M8.77423,0.5 L32.8046,26.3788 L23.4706,34.0458 L17.1376,31.3788 L5.47059,14.0458 C5.47059,14.0458 3.63961,12.6543 0.973209,10.2831 L0.5,9.85945 L3.13761,3.04583 z"/>
                                                <Path Width="20.333" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="0,29.667,0,0" Height="14.284" HorizontalAlignment="Left" Fill="#FFB17425" Data="M0.5,0.5 L19.6063,7.82339 L19.8336,12.8334 L15.7316,13.7844 z"/>
                                                <Path Width="70.412" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="6.333,0,0,0" Height="76.632" HorizontalAlignment="Left" Fill="#FF659932" Data="M15.1669,0.5 L29.8338,17.833 L42.1669,33.8749 C42.8544,35.0311 40.8338,11.833 40.8338,11.833 L61.8337,3.833 L61.8337,23.8329 L69.912,70.4428 L56.1663,71.4999 L49.6661,70.8749 L47.557,73.264 L44.4161,73.5 L43.7911,75.875 L43.6795,76.0716 L43.708,76.0905 L43.7489,76.132 L42.987,75.6123 L36.2991,68.2611 L20.9179,56.5652 L12.5576,46.2066 L9.39813,43.451 L13.5,42.5 L13.2727,37.4903 L18.5765,39.523 L19.9772,40.1716 L11.3683,29.7088 L11.042,28.3754 L10.2184,28.3112 L0.5,16.5 z"/>
                                                <Grid Margin="0,0,-1,-1">
                                                    <Path Width="86" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="46.667,3.333,0,0" Height="143.334" HorizontalAlignment="Left" Data="M576.667,399 L550.667,371 L521.333,334.333 L512.667,284.333 L512.667,264.333 L491.667,272.333 L493.333,294.667 C493.333,294.667 499.667,305 500.333,312 C501,319 502.333,329.333 502.333,329.333 L509.333,346 C509.333,346 527,363 534,371.667 C541,380.334 549.333,386.667 549.333,386.667 L561,404 L567.333,406.667 z"/>
                                                    <Path Width="60.167" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="6.333,0,0,0" Height="87.375" HorizontalAlignment="Left" Data="M15.167,0.5 L29.834,17.833 L42.1671,33.875 C44.9171,38.5 47.4817,42.5511 48.7921,47.25 C50.1025,51.9489 51.5,68.833 51.5,68.833 L59.667,86.875 C59.667,86.875 43.834,69.5 43.834,69.5 L22.167,42.833 L0.5,16.5 z"/>
                                                    <Path Width="66.721" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="0,29.667,0,0" Height="57.973" HorizontalAlignment="Left" Data="M0.5,0.5 L24.833,9.833 L26.3273,10.5254 L28.5,13.166 L50.1669,39.833 L66.0147,57.332 L49.167,45.833 L42.5,38.5 L27.167,26.833 L18.833,16.5 z"/>
                                                </Grid>
                                            </Grid>
                                        </Grid>
                                        <Grid x:Name="lleg1" Margin="209,272,175,22">
                                            <Path Width="28.981" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="3.642,104.211,0,0" Height="16.325" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M0.5,0.500002 L2.48346,2.638 C5.9835,6.138 10.6086,9.57501 15.1086,9.32501 C21.8587,8.95001 25.7963,6.747 28.0814,4.509 L28.4813,4.017 L28.4212,4.552 C28.2918,5.24301 28.1083,5.919 27.8583,6.57501 C25.8587,11.825 22.3584,15.825 16.1086,15.825 C9.8589,15.825 2.60926,10.325 0.85863,2.32501 z"/>
                                            <Path Width="32.821" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="0,30.521,0,0" Height="83.528" HorizontalAlignment="Left" Fill="{StaticResource darkgray}" Data="M1.40476,0.5 L1.90618,0.796699 C4.49992,2.1404 8.87486,3.6405 15.9999,4.2655 C21.3436,4.7342 24.9295,4.2538 27.3245,3.4701 L28.9109,2.7937 L28.5747,7.9017 C28.3755,11.9213 28.313,16.0775 28.5005,20.0151 C29.2504,35.7651 30.7501,57.5152 31,63.0152 C31.1875,67.1402 32.4997,71.8273 32.3005,76.1283 L32.1229,77.7073 L31.723,78.1993 C29.4379,80.4373 25.5003,82.6403 18.7502,83.0153 C14.2502,83.2653 9.62506,79.8283 6.12503,76.3283 L4.14157,74.1903 L3.82596,72.5853 C2.22307,63.6402 0.5,48.5464 0.5,36.5151 C0.5,24.4838 0.882741,9.7728 1.31332,1.9286 z"/>
                                            <Path Width="30.428" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="1.371,0,0,0" Height="31.579" HorizontalAlignment="Left" Fill="{StaticResource skin}" Data="M11.4881,0.625429 C13.6912,0.285585 16.3788,0.598085 19.6289,2.03559 C32.6293,7.78561 29.6289,15.5356 29.6289,15.5356 C29.6289,15.5356 28.8166,20.3482 28.098,27.1294 L28.0405,27.742 L26.7732,28.5048 C23.785,29.9111 20.1287,30.4736 13.3788,31.0361 C8.87877,31.4111 4.94132,29.2861 2.12883,27.0673 L0.5,25.6502 L0.73031,23.5122 C1.50387,16.6919 2.6292,8.53561 2.6292,8.53561 C2.6292,8.53561 4.87876,1.64497 11.4881,0.625429 z"/>
                                            <Path Width="29.007" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" Stroke="Black" Stretch="Fill" Margin="0.655,25.614,0,0" Height="10.321" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M0.966331,0.5 L2.59516,1.9171 C5.40765,4.1359 9.3451,6.2609 13.8451,5.8859 C20.595,5.3234 24.2513,4.7609 27.2395,3.3546 L28.5068,2.5918 L28.057,7.3899 L28.0061,8.1642 L26.4197,8.8406 C24.0247,9.6243 20.4388,10.1047 15.0951,9.636 C7.9701,9.011 3.59515,7.5109 1.00142,6.1672 L0.5,5.8705 L0.59504,4.3855 C0.65753,3.573 0.74347,2.6355 0.846011,1.6169 z"/>
                                        </Grid>
                                        <Grid x:Name="rleg1" Margin="241,273,126,19">
                                            <Grid.RowDefinitions>
                                                <RowDefinition Height="39*"/>
                                                <RowDefinition Height="2*"/>
                                            </Grid.RowDefinitions>
                                            <Path Width="42.136" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" Stroke="Black" Stretch="Fill" Margin="5.172,23.94,0,0" Height="14.065" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M40.6696,0.5 L41.3284,6.30979 C41.3284,6.30979 41.3753,6.60659 41.4568,7.13689 L41.6358,8.32169 L40.2031,9.15359 C35.8906,11.4348 29.8281,13.6848 22.8281,13.5598 C14.0781,13.4036 6.89064,11.3918 2.7305,9.90499 L1.21335,9.32559 L1.07793,8.05979 C0.98418,7.18479 0.82403,6.31759 0.61554,5.4699 L0.5,5.09019 L1.043,5.4709 C3.38675,7.00899 7.39064,9.05979 12.0781,9.05979 C19.5781,9.05979 30.8281,9.05979 33.8281,6.80979 C35.3281,5.68479 38.1406,2.9973 40.5781,0.591099 z"/>
                                            <Path Width="46.394" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="3.75,31.512,-0.144,0" Height="84.264" HorizontalAlignment="Left" Fill="{StaticResource darkgray}" Data="M43.0578,0.5 L43.2152,1.5428 C44.0472,7.14429 45.6878,18.8631 45.5003,22.9881 C45.2503,28.488 46.5003,41.488 45.5003,51.4879 C44.5004,61.4879 41.7505,63.2379 38.0006,72.238 C37.5319,73.363 36.9616,74.5 36.3043,75.628 L35.9551,76.154 L33.6183,77.112 C26.9532,79.792 17.1876,83.425 12.5001,83.737 C7.81264,84.05 3.80875,81.531 1.46499,79.597 L1.37555,79.518 L0.93749,78.425 C0.625,77.238 0.5,75.238 0.5,69.488 C0.5,57.9879 4.49985,52.7379 5.24983,42.738 C5.95293,33.363 3.57997,10.365 2.66264,1.7591 L2.63534,1.5039 L4.15249,2.0833 C8.31264,3.5701 15.5001,5.58189 24.2501,5.73809 C31.2501,5.86309 37.3126,3.6131 41.6251,1.3319 z"/>
                                            <Path Width="46.341" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" Stretch="Fill" Height="33.25" HorizontalAlignment="Left" Fill="{StaticResource skin}" Data="M24.5001,0.5 L43.7504,5.75 L45.8415,24.1902 L45.75,24.2813 C43.3125,26.6875 40.5,29.375 39,30.5 C36,32.75 24.75,32.75 17.25,32.75 C12.5625,32.75 8.55861,30.6992 6.21486,29.1611 L5.67186,28.7804 L5.03499,26.6875 C3.3124,21.9062 0.500001,18.25 0.5,18.25 z"/>
                                            <Path Width="35.58" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="2" Stroke="Black" Stretch="Fill" Grid.RowSpan="2" Margin="4.625,107.166,0,-0.261" Height="16.095" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M35.0796,0.5 L33.211,3.314 C28.3125,9.86499 20.8122,15.396 13.8749,15.584 C4.62427,15.834 3.12432,11.834 1.62438,6.83399 C1.24939,5.58399 0.9369,4.86499 0.6791,4.30999 L0.5,3.86399 L0.58944,3.94299 C2.9332,5.87699 6.93709,8.39599 11.6246,8.08299 C16.3121,7.77099 26.0777,4.13799 32.7428,1.458 z"/>
                                        </Grid>
                                        <Grid x:Name="lhand1" Margin="283,278,97,110">
                                            <Path Width="37.39" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="0,0,-0.39,-0.558" Height="27.558" HorizontalAlignment="Left" Fill="{StaticResource skin}" Data="M730.25,544 C730.25,544 726.25,548.75 725.75,551.75 C725.25,554.75 726.25,557.5 726.25,557.5 C726.25,557.5 731.25,559.75 732.25,558.75 C733.017,557.983 733.783,554.572 734.099,553.022 C734.196,552.55 734.25,552.25 734.25,552.25 L736.25,545.25 C736.25,545.25 731.5,554 735.5,559 C739.5,564 741.5,561 742,560 C742.5,559 743,550.5 743,550.5 L744.5,554.5 C744.5,554.5 743.75,557 745,559 C746.25,561 750,560.25 751.25,558 C751.735,557.127 752.145,555.877 752.465,554.675 C752.969,552.779 753.25,551 753.25,551 C753.25,551 754.75,546.5 754.25,545.5 C753.75,544.5 750.25,559 754.5,557.25 C758.75,555.5 760.5,548.5 760.5,548.5 L762,541 L758.25,535.25 L749.75,539 L739.75,538.25 z"/>
                                            <Path Width="6.25" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="10.89,20.75,0,-0.066" Height="6.316" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M736.5,558.5 L738.75,556 L741.25,557.5 L741.75,559.25 C741.75,559.25 740.5,561.75 739.5,561.25 C738.5,560.75 736.5,558.5 736.5,558.5 z"/>
                                            <Path Width="6.196" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="20.39,20.25,0,0" Height="4.556" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M746,558.5 C746,558.5 746.5,556.25 746.5,556.25 C748,555.5 750.75,555.5 750.75,555.5 C750.75,555.5 752.25,557.25 749.75,558.5 C747.25,559.75 746,558.5 746,558.5 z"/>
                                            <Path Width="5.302" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="27.515,16.75,0,0" Height="6.13" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M753.25,555.25 C753.25,555.25 753.5,552 755,552 C756.5,552 758.25,553.5 757,555 C755.75,556.5 754.75,557.5 753.75,557 C752.75,556.5 753.25,555.25 753.25,555.25 z"/>
                                            <Path Width="6.25" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="0.89,18.982,0,0" Height="5.518" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M726.5,556.5 C726.5,556.5 727,554 729.25,554.25 C731.5,554.5 731.75,557.25 731.75,557.25 L731,558.75 z"/>
                                        </Grid>
                                        <Grid x:Name="skirt1" Margin="178,224,128,119">
                                            <Path Width="15.667" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="0,22.908,0,0" Height="25.092" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M4.5157,0.5 L15.167,18.7594 L14.7297,19.9519 L8.5,24.5924 L0.5,3.0924 z"/>
                                            <Path Width="53.984" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="4.016,0,0,0" Height="43.36" HorizontalAlignment="Left" Fill="{StaticResource darkgray}" Data="M35.9843,0.5 L53.4843,11 L10.714,42.8595 L11.1513,41.667 L0.5,23.4076 z"/>
                                            <Path Width="29.51" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="6,42.749,0,0" Height="23.751" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M8.27092,0.5 L27.167,12.9176 L29.0104,13.6549 L23.5,23.2506 L0.5,8.7506 z"/>
                                            <Path Width="45.229" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="13.771,8,0,0" Height="48.904" HorizontalAlignment="Left" Fill="{StaticResource darkgray}" Data="M33.2291,0.5 L44.7291,7.5 L21.2395,48.4043 L19.3961,47.667 L0.5,35.2494 z"/>
                                            <Path Width="33.05" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="24.5,52.165,0,0" Height="18.314" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M7.518,0.5 L16,6.5849 L32.5502,5.6903 L30,16.3346 C30,16.3346 16,18.8346 11.5,17.3346 C7,15.8346 0.5,11.3346 0.5,11.3346 z"/>
                                            <Path Width="34.982" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="31.518,19,0,0" Height="40.25" HorizontalAlignment="Left" Fill="{StaticResource darkgray}" Data="M21.982,0.5 L34.482,1.49999 L25.5322,38.8554 L8.982,39.75 L0.5,33.6651 z"/>
                                            <Path Width="33" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="49.5,56.197,0,-0.5" Height="16.303" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M31.5153,0.5 L32.5,7.3034 L32,12.3034 L16.5,14.8034 L1,15.8034 L0.5,10.8034 L1.85294,5.8034 L10.75,5.8034 L23.5,3.5534 z"/>
                                            <Path Width="30.662" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="50.853,24,0,0" Height="38.5" HorizontalAlignment="Left" Fill="{StaticResource darkgray}" Data="M10.6471,0.5 L25.6471,1.5 L30.1624,32.6966 L22.1471,35.75 L9.39706,38 L0.5,38 z"/>
                                            <Path Width="34.04" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="76.96,47.401,0,0" Height="19.871" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M29.6799,0.5 L33.5396,8.0989 C33.5396,8.0989 26.0396,13.0989 18.5396,17.099 C11.0395,21.099 3.03961,18.599 3.03961,18.599 C3.03961,18.599 2.06305,16.0599 0.72028,12.2024 L0.5,11.5602 L8.53955,11.3486 L18.2896,6.0986 z"/>
                                            <Path Width="33.751" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="73.389,23.5,0,0" Height="35.962" HorizontalAlignment="Left" Fill="{StaticResource darkgray}" Data="M21.111,0.5 L33.2513,24.4014 L21.861,30 L12.111,35.25 L4.07149,35.4616 L3.44705,33.6409 C2.86111,31.9065 2.23611,30.0003 1.61111,28.0003 C-0.888883,20.0002 1.61111,8.50007 1.61111,8.50007 L12.1111,1.50001 z"/>
                                        </Grid>
                                        <Grid x:Name="body1" Margin="184,161,111,109">
                                            <Grid.ColumnDefinitions>
                                                <ColumnDefinition Width="93*"/>
                                                <ColumnDefinition Width="29*"/>
                                            </Grid.ColumnDefinitions>
                                            <Path Width="119.25" VerticalAlignment="Top" UseLayoutRounding="False" Stroke="Black" Stretch="Fill" Margin="0,70.5,0,-0.75" Height="75.25" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M632,493 L626.5,499 L638.5,518.75 L662.5,505 C662.5,505 671,510.5 673.5,514.5 C676,518.5 684.25,527.5 684.25,527.5 C684.25,527.5 683.25,531 684.5,535.75 C685.75,540.5 691.75,548.25 695.5,551 C699.25,553.75 713,560.75 713,560.75 L719,562.75 L722.75,560 L724.25,558.5 C724.25,558.5 721.75,561.25 713.75,558.25 C705.75,555.25 703,552.75 700,550.25 C697,547.75 689,539.75 688.5,537.75 C688,535.75 688,529.25 688,529.25 C688,529.25 701.25,522 715.75,523.25 C730.25,524.5 744.75,526.5 744.75,526.5 L738,512 C738,512 729.5,509.75 714,513.25 C698.5,516.75 689.75,518 689.75,518 C689.75,518 681.25,515.25 680,508.25 C678.75,501.25 672,488.5 672,488.5 L642.75,504.75 z" Grid.ColumnSpan="2"/>
                                            <Path Width="122.333" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="0.167,3.35,-0.5,0" Height="103.65" HorizontalAlignment="Left" Fill="{StaticResource gray}" Data="M87.6155,1 L87.7271,1.22676 C90.4232,6.7364 96.3734,19.1176 100.836,30.0134 C106.787,44.5402 121.333,98.6882 121.333,98.6882 C121.333,98.6882 92.9023,96.0472 81.6627,97.3682 C70.4231,98.6882 61.166,102.65 61.166,102.65 C61.166,102.65 54.5549,95.3858 50.5879,92.0845 C46.6209,88.7831 41.9923,76.2364 41.9923,76.2364 L14.2231,91.4248 L1,69.6336 L11.5781,65.6716 L17.5287,65.011 C17.5287,65.011 27.4472,49.1629 32.7363,42.5592 C36.0577,38.4129 50.0712,23.3265 60.0374,12.6776 L63.9992,8.45 L64.5,8.6504 L76.833,10.3172 L84.833,3.65003 z" Grid.ColumnSpan="2"/>
                                            <Path Width="25.617" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="63.166,0.667,0,0" Height="14" HorizontalAlignment="Left" Fill="{StaticResource skin}" Data="M23.292,1 C23.292,1 23.4263,1.26826 23.6729,1.76608 L24.6163,3.68281 L21.8338,6.33284 L13.8338,13 L1.5008,11.3332 L1,11.1328 L1.1513,10.9714 C4.9023,6.97406 7.4239,4.30137 7.4239,4.30137 z"/>
                                            <Path Width="36.435" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="58.065,0,0,0" Height="35" HorizontalAlignment="Left" Fill="{StaticResource gray}" Data="M694.667,452 L720,418 C720,418 703.168,425.494 699.168,426.828 C695.168,428.161 684.635,429.297 684.635,429.297 z" Grid.ColumnSpan="2"/>
                                        </Grid>
                                        <Grid x:Name="tie1" Margin="212,183,167,161">
                                            <Path Width="35.167" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="0,6.737,0,0" Height="61.263" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M678,452 C678,452 684.667,450.667 686,454 C687.333,457.333 688,478.67 684.667,488.005 C681.334,497.34 657.332,512.009 657.332,512.009 C657.332,512.009 651.332,496.007 653.332,490.006 C655.332,484.005 661.999,474.003 667.333,468.002 C672.667,462.001 678,452 678,452 z"/>
                                            <Path Width="16.654" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="21.742,-6.667,-0.396,0" Height="18.042" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M674.667,447.333 L677.3,441.792 L684.121,436 L690.321,446.5 L686.425,453.042 L683.05,450.417 L678,450.667 z"/>
                                        </Grid>
                                        <Grid x:Name="larm1" Margin="265,165,80,124">
                                            <Path Width="16.928" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="5.143,0,0,0" Height="20.003" HorizontalAlignment="Left" Fill="{StaticResource gray}" Data="M6.6911,0.5 C6.6911,0.5 9.5243,2.1667 13.0242,4.7501 L16.4281,7.5262 L13.0134,8.7183 C10.8572,9.6246 8.8572,10.6663 7.3572,11.833 C5.8572,12.9998 4.39889,14.4998 3.05517,16.0936 L0.5,19.5031 L0.58654,18.6979 C0.77399,17.0416 1.02392,14.9999 1.35717,12.5 C2.69114,2.5 6.6911,0.5 6.6911,0.5 z"/>
                                            <Path Width="29.647" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="4.667,7.026,0,0" Height="30.3" HorizontalAlignment="Left" Fill="{StaticResource skin}" Data="M16.9039,0.500001 L18.9792,2.1926 C20.7917,3.8489 22.5001,5.6405 23.8336,7.47371 C27.8341,12.9735 28.8342,19.2236 29.0842,22.0049 L29.147,22.9363 L27.115,24.4014 C25.2087,25.6829 23.0004,26.9748 20.5004,28.1418 C15.5003,30.4752 11.5002,29.9751 8.75022,28.8917 L7.91802,28.4871 L7.90002,28.2924 C7.73982,27.5671 7.50022,27.0567 7.16692,26.8067 C4.49995,24.8067 0.5,18.1407 0.5,18.1407 C0.5,18.1407 0.5,17.0989 0.82544,13.8762 L0.97582,12.4769 L3.53099,9.0674 C4.87471,7.4736 6.33302,5.9736 7.83302,4.8068 C9.33302,3.6401 11.333,2.5984 13.4892,1.6921 z"/>
                                            <Path Width="24.351" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="12.085,29.463,0,0" Height="10.245" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M21.7287,0.500001 L21.7389,0.6507 C21.7493,0.901999 21.7493,1.0374 21.7493,1.0374 C21.7493,1.0374 22.2493,2.0791 23.093,3.8916 L23.8512,5.5368 L21.5849,6.5095 C20.3636,6.9653 19.0824,7.3715 17.7492,7.7048 C12.4157,9.0381 6.7489,9.5379 2.4156,9.7045 L0.6991,9.745 L0.738501,8.6309 L0.5,6.0508 L1.3322,6.4554 C4.0822,7.5388 8.0822,8.0389 13.0822,5.7055 C15.5822,4.5385 17.7905,3.2466 19.6967,1.9651 z"/>
                                            <Path Width="71.667" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="0,34.499,0,-0.79" Height="92.291" HorizontalAlignment="Left" Fill="{StaticResource darkgray}" Data="M35.936,0.500001 L36.6816,2.1179 C39.5527,8.407 44.0838,18.6676 47.8337,28.6676 C53.8335,44.6676 71.167,70.0006 71.167,70.0006 C71.167,70.0006 50.5006,88.0006 31.1671,91.3336 C11.8337,94.6676 0.5,78.6676 0.5,78.6676 C0.5,78.6676 7.1668,44.0006 9.16675,32.0006 C10.4167,24.5006 12.1877,14.3963 12.6891,7.3845 L12.7839,4.7082 L14.5004,4.6677 C18.8337,4.5011 24.5005,4.0013 29.834,2.668 C31.1672,2.3347 32.4484,1.9285 33.6697,1.4727 z"/>
                                        </Grid>
                                        <Path x:Name="face1" Width="128.803" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="195,34,0,0" Height="134.165" HorizontalAlignment="Left" Fill="{StaticResource skin}" Data="M651.333,323.334 C641.667,341.668 630.667,366.667 644,396.333 C664.667,420.666 693.333,432.667 721.332,418.667 C749.332,404.667 763.332,380.334 764.665,370.667 C765.998,361 767.998,321.667 754.665,309 C707.666,270.333 660.999,305 651.333,323.334 z"/>
                                        <Grid x:Name="abone_face1" Margin="206,75,113,246">
                                            <Path x:Name="mouse2" Width="33.16" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="18,47,0,0" Height="47" HorizontalAlignment="Left" Fill="{StaticResource pink}" Data="M672.667,379.333 L666.667,419.333 L698.667,425.333 L698.832,381.502 z"/>
                                            <Path x:Name="lblow3" Width="40.333" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" Margin="58,0.334,-0.333,0" Height="15.666" HorizontalAlignment="Left" Fill="#2AF4F4F5" Data="M706.667,332.667 L746,347.333"/>
                                            <Path x:Name="rblow3" Width="25.666" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" Height="8.667" HorizontalAlignment="Left" Fill="#2AF4F4F5" Data="M673.333,332.333 L648.667,340"/>
                                            <Ellipse x:Name="leye1" Width="17" VerticalAlignment="Top" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" StrokeEndLineCap="Round" Margin="68,18,0,0" Height="17" HorizontalAlignment="Left" Fill="White"/>
                                            <Ellipse x:Name="reye1" Width="17" VerticalAlignment="Top" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" StrokeEndLineCap="Round" Margin="7,16,0,0" Height="17" HorizontalAlignment="Left" Fill="White"/>
                                        </Grid>
                                        <Grid x:Name="fight_face1" Margin="206,75,113,246" Visibility="Collapsed">
                                            <Path x:Name="mouse3" Width="33.16" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Margin="18,47.5,0,-0.5" Height="47" HorizontalAlignment="Left" Fill="{StaticResource pink}" Data="M672.667,379.333 L666.667,419.333 L698.667,425.333 L698.832,381.502 z"/>
                                            <Path x:Name="lblow4" Width="43" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" Margin="55,0,0,0" Height="15.5" HorizontalAlignment="Left" Fill="#2AF4F4F5" Data="M703.506,346.175 L745.649,331.7"/>
                                            <Path x:Name="rblow4" Width="32.5" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" Margin="0,2.5,0,0" Height="12.5" HorizontalAlignment="Left" Fill="#2AF4F4F5" Data="M680.77,347.892 L648.667,335.039"/>
                                            <Path Width="28.5" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="4" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" StrokeStartLineCap="Round" Margin="1.5,13,0,0" Height="24.5" HorizontalAlignment="Left" Fill="White" Data="M214,89 L234.5,98 L208.911,111.016"/>
                                            <Path Width="31.5" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="4" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" StrokeStartLineCap="Round" Margin="60.5,11,0,0" Height="26.5" HorizontalAlignment="Left" Fill="White" Data="M292,87 L268,96.5 L292,110.705"/>
                                        </Grid>
                                        <Grid x:Name="sleepy_face1" Margin="193,75,113,269" Visibility="Collapsed">
                                            <Path x:Name="lblow5" Width="40.333" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" Margin="71.472,0.334,-0.805,0" Height="15.666" HorizontalAlignment="Left" Fill="#2AF4F4F5" Data="M706.667,332.667 L746,347.333"/>
                                            <Path x:Name="rblow5" Width="25.666" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" StrokeThickness="3" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" Margin="13.472,0,0,0" Height="8.667" HorizontalAlignment="Left" Fill="#2AF4F4F5" Data="M673.333,332.333 L648.667,340"/>
                                            <Path Width="35.178" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" RenderTransformOrigin="0.5,0.5" Margin="72.545,27.607,0,0" Height="7.691" HorizontalAlignment="Left" Fill="White" Data="M92.5,86 L118.667,85.6667 L91.1667,87.3345 L119.833,86.8343 L90.833,88.1691 L120.667,87.6683 L93.1667,89.0029 L121.333,88.6693 L91.6667,89.3366 L120.167,89.6706 L94.3333,90.3376 L121.333,90.5048 L89.8333,90.6716">
                                                <Path.RenderTransform>
                                                    <CompositeTransform Rotation="7.4510002136230469"/>
                                                </Path.RenderTransform>
                                            </Path>
                                            <Path Width="37.935" VerticalAlignment="Top" UseLayoutRounding="False" StrokeLineJoin="Round" Stroke="Black" StrokeEndLineCap="Round" Stretch="Fill" RenderTransformOrigin="0.5,0.5" Margin="0,27.058,0,0" Height="7.788" HorizontalAlignment="Left" Fill="White" Data="M92.5,86 L118.667,85.6667 L91.1667,87.3345 L119.833,86.8343 L90.833,88.1691 L120.667,87.6683 L93.1667,89.0029 L121.333,88.6693 L91.6667,89.3366 L120.167,89.6706 L94.3333,90.3376 L121.333,90.5048 L89.8333,90.6716">
                                                <Path.RenderTransform>
                                                    <CompositeTransform Rotation="-7.0209999084472656"/>
                                                </Path.RenderTransform>
                                            </Path>
                                            <Path Width="39" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="34.472,56,0,0" Height="15" HorizontalAlignment="Left" Fill="{StaticResource skin}" Data="M4.667,0.5 L34.333,0.5 C36.6344,0.5 38.5,2.36563 38.5,4.667 L38.5,5.333 C38.5,6.33985 38.1429,7.2633 37.5485,7.9836 L37.4693,8.07495 L37.4845,8.24095 C37.4948,8.38103 37.5,8.52316 37.5,8.667 L37.5,10.333 C37.5,12.6344 36.1569,14.5 34.5,14.5 C32.8431,14.5 31.5,12.6344 31.5,10.333 L31.5,9.5 L4.667,9.5 C2.36563,9.5 0.5,7.63437 0.5,5.333 L0.5,4.667 C0.5,2.36563 2.36563,0.5 4.667,0.5 z"/>
                                        </Grid>
                                        <Grid x:Name="Hair1" Margin="176,18,83,243">
                                            <Path Width="48.547" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="2" Stroke="Black" Stretch="Fill" Margin="106,48.786,0,0" Height="105.044" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M751.333,359.333 C751.333,359.333 748,390 744,398 C740,406 724.333,426.667 724.333,426.667 C724.333,426.667 745.333,415 750.333,405.333 C750.883,404.269 751.454,402.841 752.034,401.142 C756.72,387.413 760.756,371.577 760.756,371.577 C760.756,371.577 758.511,377.82 754.089,394.91 C749.667,412 741.016,414.269 740.333,417 C739.207,421.505 745,423.667 749,426.334 C753.341,429.229 760,428.667 760,428.667 L749.667,416.667 C749.667,416.667 755,414.667 760.667,403 C766.334,391.333 770,378 771.667,371 C773.334,364 764.667,324.667 764.667,324.667 z"/>
                                            <Path Width="157.687" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="Black" Stretch="Fill" Height="141.786" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M690.667,307.333 C690,318.667 689,328.333 692.333,338.333 C695.666,348.333 709.999,360.667 709.999,360.667 C709.999,360.667 703.999,343 704.333,329 C704.666,315 708.332,304.333 708.332,304.333 C708.332,304.333 727.99,319.653 735.998,335.667 C743.998,351.667 747.331,397 747.331,397 C747.331,397 770.664,384.667 773.997,360.333 C777.33,336 773.997,296.333 740.998,281 C707.999,265.667 665.668,289.667 665.668,289.667 C665.668,289.667 651.335,292.333 644.335,300 C637.335,307.667 628.003,318.333 624.669,326 C622.021,332.09 618.336,346 618.336,346 C618.336,346 629.336,326.667 636.002,321 C642.668,315.333 657.668,304 657.668,304 C657.668,304 641.002,318.333 635.336,334.667 C629.67,351 625.336,366.333 628.669,384 C632.002,401.667 643.335,416.667 643.335,416.667 C643.335,416.667 644.08,357.384 651.335,346 C670.668,315.667 683.334,310.666 690.667,307.333 z"/>
                                            <Path Width="144.317" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stretch="Fill" Margin="11.699,36.25,0,0" Height="99.875" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M145.446,17 C145.446,17 145.773,38.5658 144.745,46.0618 C141.454,70.0502 120.128,80.5453 120.128,80.5453 C120.128,80.5453 117.459,47.5955 111.309,28.6986 C117.132,38.3601 120.644,49.3818 121.446,62 C127.638,52.9629 129.734,38.2346 128.946,19.5 C132.163,31.2828 134.693,43.7519 134.446,59 C134.446,59 139.946,54 141.946,46.5 C143.946,39 145.446,17 145.446,17 z M24.9462,13 L19.6859,57.6427 C17.4438,78.1176 17.2471,97.7871 17.2471,97.7871 C17.2471,97.7871 8.16728,86.3049 4.8767,68.8888 C0.991822,52.1204 12.7646,20.57 13.3278,19.9563 C12.8458,21.2856 9.03164,54.6121 10.9462,51.5 C12.2899,37.1433 16.9725,24.3172 24.9462,13 z M65.3804,0.771806 C65.3804,8.78558 67.3401,21.1703 68.9462,25 C68.5648,18.6204 70.6129,13 71.4462,7 C71.4462,7 71.729,17.7774 72.729,21.7774 C73.729,25.7774 73.5864,26.8771 75.4462,31.5 C75.3011,29.3055 75.0561,26.3916 76.0359,24.4486 C77.1382,34.4052 77.1382,34.0411 79.9552,43.7548 C79.9552,43.7548 69.6418,35.6394 66.3512,25.7814 C64.0889,19.0041 64.1557,11.2144 65.3804,0.771806 z"/>
                                            <Path Width="32.167" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stretch="Fill" Margin="6.333,24.667,0,0" Height="34.333" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M6.33333,59 C12.2101,51.3673 18.5451,44.3923 25.5736,38.4131 C30.1054,32.2149 33.656,28.6615 38.5,24.6669 C32.1526,27.046 26.9859,29.2953 20.6668,34.1669 C13.5046,42.6698 8.88104,50.9329 6.33333,59 z"/>
                                            <Path Width="10.926" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stretch="Fill" Margin="77.949,18.373,0,0" Height="13.627" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M79.25,19 C77.89,23.3513 77.6698,27.6827 78.25,32 C79.3965,28.3695 81.1338,25.1931 83.5,22.5 C83.1798,25.504 83.3742,28.3276 84,31 C85.6195,26.118 88.875,19.5 88.875,19.5 C85.9798,18.2373 82.7965,17.9831 79.25,19 z"/>
                                        </Grid>
                                        <Path x:Name="lguru1" Width="25.575" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="{StaticResource pink}" Stretch="Fill" Margin="278.584,117.833,0,0" Height="25.709" HorizontalAlignment="Left" Fill="#2AF4F4F5" Data="M730,375.333 C730,375.333 719.333,379.333 721.333,387.333 C723.333,395.333 725.333,400 731.333,400 C737.334,400 740.001,400.667 742.001,396.667 C744.001,392.667 747.335,392 744.668,388.667 C742.001,385.334 737.334,382 734,384 C730.666,386 727.333,386.667 729.333,389.333 C731.333,392 734,394.666 736.667,392.666 C739.334,390.666 738.668,387.333 738.668,387.333"/>
                                        <Path x:Name="rguru1" Width="22.189" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="{StaticResource pink}" Stretch="Fill" Margin="198.115,115.167,0,0" Height="24.309" HorizontalAlignment="Left" Fill="#2AF4F4F5" Data="M646,372.667 C646,372.667 640,374.667 640.667,382.667 C641.334,390.667 641.334,392 645.333,392.667 C649.333,393.334 651.333,399.333 657.333,393.333 C663.333,387.333 662,384.667 660.667,382 C659.334,379.333 656,376.667 652.667,378.667 C649.334,380.667 648.667,380.667 648.667,383.333 C648.667,386 652,387.333 654,387.333 C656,387.333 657.333,384 657.333,384"/>
                                        <Grid x:Name="ltail1" Margin="293,15,0,0">
                                            <Path Width="50" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="6" Stroke="Black" Stretch="Fill" Height="54" HorizontalAlignment="Left" Data="M767,323 L739,302 L759,272 L786,289 z"/>
                                            <Path Width="46.694" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="3" Stroke="#FFC500FF" Stretch="Fill" Margin="1.653,1.785,0,0" Height="50.43" HorizontalAlignment="Left" Data="M767,323 L739,302 L759,272 L786,289 z"/>
                                            <Path Width="115.85" VerticalAlignment="Top" UseLayoutRounding="False" StrokeThickness="4" Stroke="Black" Stretch="Fill" Margin="8,11,0,-0.069" Height="389.069" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M751,296 C756,305.666 787.001,359 783,439 C774,523 744,571 744,571 L777,550 C777,550 769,572 770,601 C771,630 797.001,632 797.001,647 C797.001,660 782,673 782,673 C782,673 832.001,674 842.002,633 C862.002,586 843.001,562 839.002,537 C848.001,563 856.002,560.25 856.752,581.75 C859.752,556 862.253,529.25 844.002,466 C826.901,406.733 804.001,351 800.001,337 C796.001,323 787.333,295.667 776,287 C758.667,282.333 753.334,285.666 751,296 z"/>
                                            <Path Width="81" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="19.333,13.476,0,0" Height="344.924" HorizontalAlignment="Left" Fill="{StaticResource lightgreen}" Data="M760,288 C760,288 768.667,285.333 774,291.333 C779.333,297.333 808.667,371.993 811.333,387.325 C814,402.657 824.667,424.656 828.667,449.32 C832.667,473.985 835.333,505.316 835.333,505.316 L816,425.989 C816,425.989 825.333,480.652 827.333,507.983 C829.333,535.314 824,579.977 823.333,584.644 C822.666,589.31 805.333,501.983 805.333,501.983 C805.333,501.983 807.333,542.647 804.667,555.979 C802,569.311 796.667,581.31 796.667,595.309 C796.667,609.308 802.667,631.306 802.667,631.306 C802.667,631.306 784.667,617.307 784.667,593.309 C784.667,569.311 786,561.312 788.667,547.98 C791.334,534.648 788.667,527.315 788.667,527.315 L772,541.98 C772,541.98 787.333,507.316 787.333,487.984 C787.333,468.652 786.667,435.989 786.667,435.989 L782.848,457.668 C786.111,457.589 789.278,398.303 778.535,367.738 C771.868,337.074 755.333,297.333 755.333,297.333 z"/>
                                            <Path Width="28.334" VerticalAlignment="Top" UseLayoutRounding="False" Stretch="Fill" Margin="51.333,75.4,0,0" Height="157.667" HorizontalAlignment="Left" Fill="{StaticResource lightgreendark}" Data="M787.333,349.333 C787.333,349.333 800.667,388.667 805.333,416.667 C810,444.667 814.667,487.333 814.667,487.333 L806,463.333 L806.667,493.333 L802,474.667 L796,506 C796,506 795.333,494 795.333,482.667 C795.333,471.334 791.333,450.667 791.333,450.667 L799.333,466.667 C799.333,466.667 800.667,454 798.667,430.667 C796.667,407.334 787.333,349.333 787.333,349.333 z"/>
                                        </Grid>
                                    </Grid>
                                </Viewbox>
                                <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" Margin="0,122,0,0"/>
                            </Grid>
                        </Viewbox>
                    </Grid>
                </ControlTemplate>
            </Setter.Value>
        </Setter>
    </Style>

    <!--for Windows 8-->
    <!--<Page.Resources>-->

    <!--for Windows Phone 8-->
    </phone:PhoneApplicationPage.Resources>