Xceed Toolkit Plus for WPF v4.6 Documentation
StackLength Constructor


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Panels Namespace > StackLength Structure : StackLength Constructor
Constructor, initializes the StackLength as absolute value in pixels.
Syntax
'Declaration
 
Public Function New( _
   ByVal pixels As Double _
)
'Usage
 
Dim pixels As Double
 
Dim instance As New StackLength(pixels)
public StackLength( 
   double pixels
)

Parameters

pixels
Exceptions
ExceptionDescription
If pixels parameter is double.NaN or pixels parameter is double.NegativeInfinity or pixels parameter is double.PositiveInfinity.
Requirements

Target Platforms: Windows 11, Windows 10, 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

StackLength Structure
StackLength Members