Silverlight Rectangle uygulaması - Bilişim Konuları

Silverlight Rectangle uygulaması

Silverlight ile yapılmış çeşitli renklerde rectangle (fırça) uygulaması

<UserControl x:Class="fırça1.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">

    <Grid x:Name="LayoutRoot" Background="White">
        <Grid>
            <Rectangle Width="200" Height="40" Stroke="Blue" StrokeThickness="1" Fill="Red" Margin="95,23,105,237"></ Rectangle>
            <Rectangle Fill="Yellow" Height="40" Margin="95,69,105,191" Stroke="Red" StrokeThickness="1" Width="200" />
            <Rectangle Fill="Green" Height="40" Margin="95,115,105,145" Stroke="yellow" StrokeThickness="2" Width="200" />
            <Rectangle Fill="Blue" Height="40" Margin="95,161,105,99" Stroke="red" StrokeThickness="3" Width="200" />
            <Rectangle Fill="Brown" Height="40" Margin="95,207,105,53" Stroke="Blue" StrokeThickness="4" Width="200" />
        </Grid>
    </Grid>
</UserControl>

Ekran Görüntüsü

Bu Yazıya Tepkin Nedir?
+1
0
+1
0
+1
0
+1
0
+1
0
+1
0
+1
0

<< Önceki Yazı

Yorum Yap