'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;}