Spread Silverlight Documentation
GetTop Method


The unit of measure.
The value, in dots per inch.
Gets the top inset using the specified unit type.
Syntax
'Declaration
 
Public Function GetTop( _
   ByVal unitType As UnitType, _
   ByVal dpi As System.Integer _
) As System.Double
'Usage
 
Dim instance As Inset
Dim unitType As UnitType
Dim dpi As System.Integer
Dim value As System.Double
 
value = instance.GetTop(unitType, dpi)
public System.double GetTop( 
   UnitType unitType,
   System.int dpi
)

Parameters

unitType
The unit of measure.
dpi
The value, in dots per inch.

Return Value

The top inset in the specified unit type.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Inset Class
Inset Members

 

 


Copyright © GrapeCity, inc. All rights reserved.