ArcObjects Library Reference (AnimationUI)  

IAnimationManagerPropertyPage.Resize Method

Resize the property page.

[Visual Basic .NET]
Public Sub Resize ( _
    ByVal cx As Integer, _
    ByVal cy As Integer _
)
[C#]
public void Resize (
    int cx,
    int cy
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAnimationManagerPropertyPage Interface