Specifies the x-coordinate of the lower-right corner of the rectangle.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
Int32
See Also