Spread Silverlight Documentation
Inset Constructor(Double,Double)


The left and right inset.
The top and bottom inset.
Creates an inset with the specified x and y values.
Syntax
'Declaration
 
Public Function New( _
   ByVal xInset As System.Double, _
   ByVal yInset As System.Double _
)
'Usage
 
Dim xInset As System.Double
Dim yInset As System.Double
 
Dim instance As New Inset(xInset, yInset)
public Inset( 
   System.double xInset,
   System.double yInset
)

Parameters

xInset
The left and right inset.
yInset
The top and bottom inset.
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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.