Struct StructSize
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public struct StructSize
Constructors
StructSize(Size)
Properties
Height
Declaration
public double Height { get; set; }
Property Value
System.Double
|
IsEmpty
Declaration
public bool IsEmpty { get; set; }
Property Value
System.Boolean
|
Width
Declaration
public double Width { get; set; }
Property Value
System.Double
|
Methods
Parse(String)
Declaration
public static StructSize Parse(string toParse)
Parameters
System.String
toParse
|
Returns
StructSize
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.ValueType.ToString()