Struct StructThickness
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 StructThickness
Constructors
StructThickness(Thickness)
Properties
Bottom
Declaration
public double Bottom { get; set; }
Property Value
System.Double
|
Left
Declaration
public double Left { get; set; }
Property Value
System.Double
|
Right
Declaration
public double Right { get; set; }
Property Value
System.Double
|
Top
Declaration
public double Top { get; set; }
Property Value
System.Double
|
Methods
Parse(String)
Declaration
public static StructThickness Parse(string toParse)
Parameters
System.String
toParse
|
Returns
StructThickness
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.ValueType.ToString()