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


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