This document is archived and information here might be outdated.  Recommended version.


IAnimationManagerPropertyPage.Resize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > AnimationUI > ESRI.ArcGIS.AnimationUI > Interfaces > IA > IAnimationManagerPropertyPage Interface > IAnimationManagerPropertyPage.Resize Method
ArcGIS Developer Help

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