Nevron.GraphicsCore Namespace / NScaleAnimation Class / EndScale Property


EndScale Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Animation")>
<System.ComponentModel.DescriptionAttribute("Gets/Sets the final scale factor. It has x and y component (value of 1 for x and y means no scale). By default set to (1, 1).")>
Public Property EndScale As NPointF
 
'Usage
 
Dim instance As NScaleAnimation
Dim value As NPointF
 
instance.EndScale = value
 
value = instance.EndScale
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