Box.Right Property

Language:

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 Leave Site 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center