Dreamine.UI.Blazor 1.0.1
Dreamine.UI.Blazor 사용자 인터페이스 기능과 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
BlinkPopupOptions.cs
이 파일의 문서화 페이지로 가기
2
11public sealed class BlinkPopupOptions
12{
21 public string? Title { get; set; }
30 public string? Message { get; set; }
39 public string? OkText { get; set; }
48 public string? CancelText { get; set; }
57 public bool UseBlink { get; set; } = true;
66 public string Color1 { get; set; } = "#B41E1E";
75 public string Color2 { get; set; } = "#500A0A";
84 public string ForegroundColor { get; set; } = "#FFD700";
93 public int BlinkIntervalMs { get; set; } = 600;
94}