Spread Silverlight Documentation
GetRight Method


The unit of measure.
The value, in dots per inch.
Gets the right inset using the specified unit type.
Syntax
'Declaration
 
Public Function GetRight( _
   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.GetRight(unitType, dpi)
public System.double GetRight( 
   UnitType unitType,
   System.int dpi
)

Parameters

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

Return Value

The right 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.