LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Right Property
See Also 
Leadtools Namespace > LeadRect Structure : Right Property



Gets the x-coordinate of the upper-right corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
<XmlIgnoreAttribute()>
<BrowsableAttribute(False)>
Public Property Right As Integer
Visual Basic (Usage)Copy Code
Dim instance As LeadRect
Dim value As Integer
 
instance.Right = value
 
value = instance.Right
C# 
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public int Right {get; set;}
C++/CLI 
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public:
property int Right {
   int get();
   void set (    int value);
}

Property Value

The right edge of this LeadRect.

Remarks

The upper-right corner is the sum of the X and the Width property values of this LeadRect structure.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also