AzureStorageAnalyticsViewer.PropertyColorDict.GetBrushForProperty C# (CSharp) Method

GetBrushForProperty() public static method

public static GetBrushForProperty ( string propname ) : System.Windows.Media.Brush
propname string
return System.Windows.Media.Brush
        public static Brush GetBrushForProperty(string propname)
        {
            return null;
        }
PropertyColorDict