Nevron.GraphicsCore Namespace / NScaleAnimation Class / AnchorY Property


AnchorY Property (NScaleAnimation)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Animation")>
<System.ComponentModel.DescriptionAttribute("Gets/Sets the scale Y anchor. Must be in the range [0, 1]. By default set to 0.5 which means the vertical center.")>
<System.ComponentModel.DefaultValueAttribute(0.5)>
Public Property AnchorY As System.Single
 
'Usage
 
Dim instance As NScaleAnimation
Dim value As System.Single
 
instance.AnchorY = value
 
value = instance.AnchorY
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