Files
Shrlalgo.RvKits/WPFluent/Controls/SplashWindow/SplashConfig.cs

11 lines
236 B
C#
Raw Normal View History

using System.Windows;
namespace WPFluent.Controls;
public sealed class SplashConfig
{
public static double ImageHeight { get; set; } = 300d;
public static CornerRadius CornerRadius { get; set; } = new CornerRadius(24d);
}