Spread Silverlight Documentation
MeasureOverride Method (VerticalSplitBar)


Syntax
'Declaration
 
Protected Overridable Function MeasureOverride( _
   ByVal availableSize As System.Windows.Size _
) As System.Windows.Size
'Usage
 
Dim instance As VerticalSplitBar
Dim availableSize As System.Windows.Size
Dim value As System.Windows.Size
 
value = instance.MeasureOverride(availableSize)
protected virtual System.Windows.Size MeasureOverride( 
   System.Windows.Size availableSize
)

Parameters

availableSize
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

VerticalSplitBar Class
VerticalSplitBar Members

 

 


Copyright © GrapeCity, inc. All rights reserved.