X Property
Summary
Gets or sets the x-coordinate of the upper-left corner of this LogicalRectangle structure.
Syntax
[DataMemberAttribute(Name="x", Order=0, IsRequired=true)]
public double X { get; set; }
Public Property X As Double
public:
property double X {
double get();
void set ( double );
}
Property Value
The x-coordinate of this LogicalRectangle.