Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.
Namespace:
C1.Silverlight.ExtendedAssembly: C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)
Syntax
C# |
---|
protected override Size MeasureOverride( Size availableSize ) |
Visual Basic |
---|
Protected Overrides Function MeasureOverride ( _ availableSize As Size _ ) As Size |
Parameters
- availableSize
- Type: System.Windows..::..Size
The available size that this object can give to child objects. Infinity (PositiveInfinity) can be specified as a value to indicate that the object will size to whatever content is available.