CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Animate
C#
public ItemViewer()
{
    InitializeComponent();
    Loaded += ItemViewer_Loaded;
}
 
void ItemViewer_Loaded(object sender, RoutedEventArgs e)
{
    if (LayoutRoot.Visibility != Visibility.Collapsed)
        throw new Exception("item.Visibility != Collapsed");
by Jerry Nixon   January 03, 2012 @ 5:06pm
Tags: WP7, Animate
59 Views
no comments
 
XML
<Page
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="Jerry Nixon">
  <Page.Resources>
 
   <Style TargetType="Border" x:Key="BorderStyle">
    <Setter Property="Margin" Value="10" />
    <Setter Property="Padding" Value="10" />
    <Setter Property="Height" Value="50" />
by Jerry Nixon   July 02, 2010 @ 8:56am
Tags: WPF, SL, animate, shine
474 Views
no comments
 
<Page
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="Jerry Nixon">
  <Page.Resources>
 
   <Style TargetType="Border" x:Key="BorderStyle">
   
      <!-- Outer Border Style -->
      <Setter Property="Opacity" Value=".5" />
by Jerry Nixon   June 30, 2010 @ 10:06pm
1998 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate