Called to remeasure a control.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
protected override Size MeasureOverride( Size constraint ) |
| Visual Basic |
|---|
Protected Overrides Function MeasureOverride ( _ constraint As Size _ ) As Size |
Parameters
- constraint
- Type: System.Windows..::..Size
The maximum size that the method can return.