ZForge.Controls.ExplorerBar.TaskPaneInfo.ShouldSerializeGradientStartColor C# (CSharp) 메소드

ShouldSerializeGradientStartColor() 개인적인 메소드

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