예제 #1
0
        internal void SetDisplayPropertiesTo(IDisplayable display)
        {
            if (this.mPersistent != null)
            {
                display.SetVisibility(this.Visible);
            }

            if (null != this.Color)
            {
                display.SetColor(this.Color.IColor);
            }
        }