Specifies the x-coordinate of the lower-right corner of the rectangle.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int right {
get;
set; }
Public Property right As Integer
Get
Set
public:
property int right {
int get ();
void set (int value);
}
member right : int with
get, set
Property Value
Type:
Int32See Also