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