Northwoods.GoSilverlight 1.2.2 Assembly
LayoutChangeValue Structure
Members  See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : LayoutChangeValue Structure

This trivial wrapper structure exists to allow the XAML parser in Silverlight to use a TypeConverter to convert a string into a LayoutChange value. [Silverlight only.]

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Northwoods.GoXam.Layout.LayoutChangeConverter, Northwoods.GoSilverlight, Version=1.2.2.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")>
Public Structure LayoutChangeValue 
   Inherits System.ValueType
C# 
[TypeConverterAttribute("Northwoods.GoXam.Layout.LayoutChangeConverter, Northwoods.GoSilverlight, Version=1.2.2.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")]
public struct LayoutChangeValue : System.ValueType 

Inheritance Hierarchy

System.Object
   System.ValueType
      Northwoods.GoXam.Layout.LayoutChangeValue

Requirements

See Also

© 2010 All Rights Reserved.