Nevron.GraphicsCore Namespace / NScaleAnimation Class / StartScale Property


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