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