Users Pricing

forum

home / developersection / forums / access to the path xaml

Access to the path xaml

Anonymous User 2635 23 Dec 2013

I have problem with access to the path in canvas, I want to be able to changing the 'fill' in my code(c#). 

These is my xaml code:

<Canvas Name="hour" Opacity="0.05" Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" Width="0" Height="0" >
    <Path Fill="Aquamarine">
        <Path.Data>
            <EllipseGeometry RadiusX="50" RadiusY="50"/>
        </Path.Data>
    </Path>
</Canvas>

Anyone has an idea, how to get it? Thanks for help!


I am a content writter !


1 Answers