Box.Right Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the position of the right side of a box on the x-axis.
Definition
Visual Basic Public Property Right As Integer C# public int Right { get; set; } C++ public:
property int Right {
int get();
void set(int value);
}JScript public function get Right() : int
public function set Right(int);
Property Value
System.Int32
An Int32 value that indicates the right side of the box on the x-axis.This property is read/write.
Remarks
This value indicates the distance of the right side from the left side of the box on the x-axis.