public override void BuildControl(Engine.Effects.VisualPropertyItem pi) { Name = pi.ActualPropertyName; PropertyName = pi.ActualPropertyName; LabelText = pi.DisplayName; DataType = pi.DataType; t_colorVariance = new Engine.Color.ColorVariance(Engine.Application.UISelectedValues.SelectedColor); }