Class Line
Inheritance
System.Object
Line
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Line : Shape, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
Line()
Declaration
public Line()
Fields
X1Property
X2Property
Y1Property
Y2Property
Properties
X1
Declaration
public double X1 { get; set; }
Property Value
System.Double
|
X2
Declaration
public double X2 { get; set; }
Property Value
System.Double
|
Y1
Declaration
public double Y1 { get; set; }
Property Value
System.Double
|
Y2
Declaration
public double Y2 { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|