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

ShouldSerializeGradientEndColor() private method

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