Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Top Property (LeadRectD)








Gets the y-axis value of the top side of the rectangle.
Syntax
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public double Top {get;}
'Declaration
 
<XmlIgnoreAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property Top As Double
'Usage
 
Dim instance As LeadRectD
Dim value As Double
 
value = instance.Top
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public double Top {get;}
double LeadRectDTop(LeadRectD rect)
public double getTop()
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public:
property double Top {
   double get();
}

Property Value

The y-axis value of the top side of the rectangle.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file