ZForge.Controls.ExplorerBar.TaskPaneInfo.ShouldSerializeGradientStartColor C# (CSharp) Method

ShouldSerializeGradientStartColor() private method

Specifies whether the GradientStartColor property should be serialized at design time
private ShouldSerializeGradientStartColor ( ) : bool
return bool
        private bool ShouldSerializeGradientStartColor()
        {
            return this.GradientStartColor != Color.Empty;
        }