Nevron .NET Vision
Nevron.GraphicsCore Namespace / NColorAnimation Class / EndColor Property


In This Topic
    EndColor Property (NColorAnimation)
    In This Topic
    The final color value of the animated object. By default set to black.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Animation")>
    <System.ComponentModel.DescriptionAttribute("The final color value of the animated object. By default set to black.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NArgbColorEditor, System.Drawing.Design.UITypeEditor)>
    Public Property EndColor As NArgbColor
    'Usage
     
    
    Dim instance As NColorAnimation
    Dim value As NArgbColor
     
    instance.EndColor = value
     
    value = instance.EndColor
    [System.ComponentModel.Category("Animation")]
    [System.ComponentModel.Description("The final color value of the animated object. By default set to black.")]
    [System.ComponentModel.Editor(Nevron.Editors.NArgbColorEditor, System.Drawing.Design.UITypeEditor)]
    public NArgbColor EndColor {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