Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAnimationsStyle Class / AnimationBounds Property


In This Topic
    AnimationBounds Property (NAnimationsStyle)
    In This Topic
    Gets/Sets the bounds of the animated object. If not set, the bounds are calculated based on the animated shapes.
    Syntax
    'Declaration
     
    
    Public Property AnimationBounds As NRectangleF
    'Usage
     
    
    Dim instance As NAnimationsStyle
    Dim value As NRectangleF
     
    instance.AnimationBounds = value
     
    value = instance.AnimationBounds
    public NRectangleF AnimationBounds {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also