Nevron .NET Vision
Nevron.GraphicsCore Namespace / NScaleAnimation Class / EndScale Property


In This Topic
    EndScale Property
    In This Topic
    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).
    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
    [System.ComponentModel.Category("Animation")]
    [System.ComponentModel.Description("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 NPointF EndScale {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