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


In This Topic
    StartScale Property
    In This Topic
    Gets/Sets the start 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 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
    [System.ComponentModel.Category("Animation")]
    [System.ComponentModel.Description("Gets/Sets the start scale factor. It has x and y component (value of 1 for x and y means no scale).")]
    public NPointF StartScale {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