availableSize
The available size that this object can provide to child objects. Infinity (PositiveInfinity) can be specified as a value to indicate that the object will size to whatever content is available.

Return Value

The size that this object determines it requires during layout, based on its calculations of child object allotted sizes, or possibly on other considerations such as fixed container size.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Menu
Provides the behavior for the Measure portion of Silverlight layout pass. Classes can override this method to define their own Measure pass behavior.


Namespace: Microsoft.Expression.Shapes
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

Parameters