Brings the into view the specified rectangle area.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public void BringIntoView( Rect area, Action completed ) |
Visual Basic |
---|
Public Sub BringIntoView ( _ area As Rect, _ completed As Action _ ) |
Parameters
- area
- Type: System.Windows..::..Rect
The area which will be brought into view.
- completed
- Type: System..::..Action
The action to be called after the operation is completed.