'Declaration
Public MustOverride Property AnimationBounds As NRectangleF
'Usage
Dim instance As N2DDevice Dim value As NRectangleF instance.AnimationBounds = value value = instance.AnimationBounds
public abstract NRectangleF AnimationBounds {get; set;}