ZForge.Controls.ExplorerBar.TaskPaneInfo.ShouldSerializeGradientEndColor C# (CSharp) Méthode

ShouldSerializeGradientEndColor() private méthode

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