Open.Core.Common.Controls.Editors.PropertyExplorer.PropertyExplorer C# (CSharp) Method

PropertyExplorer() public method

public PropertyExplorer ( ) : System.Windows.Controls
return System.Windows.Controls
        public PropertyExplorer()
        {
            Templates.Instance.ApplyTemplate(this);
            Background = StyleResources.Colors["Mac.Lavender"] as Brush;
        }
        #endregion
PropertyExplorer