Intersoft ClientUI Documentation
ValueMargin Constructor



The value the margin is associated with.
The lower margin.
The higher margin.
Initializes a new instance of the ValueMargin class.
Syntax
Public Function New( _
   ByVal value As Object, _
   ByVal lowMargin As Double, _
   ByVal highMargin As Double _
)
Dim value As Object
Dim lowMargin As Double
Dim highMargin As Double
 
Dim instance As New ValueMargin(value, lowMargin, highMargin)
public ValueMargin( 
   object value,
   double lowMargin,
   double highMargin
)
public:
ValueMargin( 
   Object^ value,
   double lowMargin,
   double highMargin
)

Parameters

value
The value the margin is associated with.
lowMargin
The lower margin.
highMargin
The higher margin.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValueMargin Structure
ValueMargin Members

Send Feedback