Subversion Repositories Projects

Rev

Rev 2420 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2420 Rev 2432
Line 14... Line 14...
14
                </Ellipse.Fill>
14
                </Ellipse.Fill>
15
                <Ellipse.Effect>
15
                <Ellipse.Effect>
16
                    <DropShadowEffect Direction="40" Opacity="0.79" Color="#FF342E2E" ShadowDepth="3"/>
16
                    <DropShadowEffect Direction="40" Opacity="0.79" Color="#FF342E2E" ShadowDepth="3"/>
17
                </Ellipse.Effect>
17
                </Ellipse.Effect>
18
            </Ellipse>
18
            </Ellipse>
19
            <TextBox Height="27" Text="H" Width="27" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="{Binding Stroke, ElementName=landing}" HorizontalContentAlignment="Center" FontSize="22" FontWeight="ExtraBold" VerticalContentAlignment="Stretch" Margin="5,2,1,6" AllowDrop="False" IsReadOnly="True" IsUndoEnabled="False">
19
            <TextBox Height="27" Text="H" Width="27" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="{Binding Stroke, ElementName=landing}" HorizontalContentAlignment="Center" FontSize="22" FontWeight="ExtraBold" VerticalContentAlignment="Stretch" Margin="5,2,1,6" AllowDrop="False" IsReadOnly="True" IsUndoEnabled="False" Focusable="False" IsHitTestVisible="False" IsTabStop="False">
20
                <TextBox.Effect>
20
                <TextBox.Effect>
21
                    <DropShadowEffect BlurRadius="2" ShadowDepth="0"/>
21
                    <DropShadowEffect BlurRadius="2" ShadowDepth="0"/>
22
                </TextBox.Effect>
22
                </TextBox.Effect>
23
            </TextBox>
23
            </TextBox>
24
        </Grid>
24
        </Grid>