C1.WPF Namespace / C1LayoutRounder Class / MeasureOverride Method

In This Topic
MeasureOverride Method (C1LayoutRounder)
In This Topic
Provides the behavior for the Measure pass of layout.
Syntax
'Declaration
 
Protected Overrides NotOverridable Function MeasureOverride( _
   ByVal constraint As Size _
) As Size
 

Parameters

constraint
See Also