예제 #1
0
        public static Image PredictionOutlookImage(Result result)
        {
            return(new Image()
            {
                Source = SvgIcon(ImagePaths.GetOutlookImagePath(result)),

                MaxHeight = 50,
                MaxWidth = 50,

                Margin = new System.Windows.Thickness(20, 0, 20, 0)
                ,
                ToolTip = StringFormater.GetClimate(result),
                Effect = shadowEffect
            });
        }