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