StructStructSize
Struct
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract(Name = "StructSize", Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.9")]
[TypeConverter(typeof(StructSizeConverter))]
public struct StructSize
Inherited Members
Constructors
Properties
Height
Declaration
cs-api-definition
[DataMember(Name = "Height")]
public double Height { get; set; }
Property Value
IsEmpty
Declaration
cs-api-definition
[DataMember(Name = "IsEmpty")]
public bool IsEmpty { get; set; }
Property Value
Methods
Parse(string)
Declaration
cs-api-definition
public static StructSize Parse(string toParse)
Parameters
toParse
Returns