Struct
StructSize

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 ValueType.Equals(object)ValueType.GetHashCode()

Constructors

StructSize(Size)

Declaration

cs-api-definition
public StructSize(Size live)

Parameters

live

Size

Properties

Height

Declaration

cs-api-definition
[DataMember(Name = "Height")]
public double Height { get; set; }

Property Value

double

IsEmpty

Declaration

cs-api-definition
[DataMember(Name = "IsEmpty")]
public bool IsEmpty { get; set; }

Property Value

bool

Width

Declaration

cs-api-definition
[DataMember(Name = "Width")]
public double Width { get; set; }

Property Value

double

Methods

Parse(string)

Declaration

cs-api-definition
public static StructSize Parse(string toParse)

Parameters

toParse

string

Returns

StructSize

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides ValueType.ToString()