Dreamine.UI.Blazor 1.0.1
Dreamine.UI.Blazor 사용자 인터페이스 기능과 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.UI.Blazor.BlinkPopupOptions 클래스 참조sealed

더 자세히 ...

속성

string? Title [get, set]
string? Message [get, set]
string? OkText [get, set]
string? CancelText [get, set]
bool UseBlink = true [get, set]
string Color1 = "#B41E1E" [get, set]
string Color2 = "#500A0A" [get, set]
string ForegroundColor = "#FFD700" [get, set]
int BlinkIntervalMs = 600 [get, set]

상세한 설명

Blazor 깜빡임 팝업의 콘텐츠, 색상 및 애니메이션을 구성합니다.

BlinkPopupOptions.cs 파일의 11 번째 라인에서 정의되었습니다.

속성 문서화

◆ BlinkIntervalMs

int Dreamine.UI.Blazor.BlinkPopupOptions.BlinkIntervalMs = 600
getset

한 방향 깜빡임 전환 간격을 밀리초 단위로 가져오거나 설정합니다.

BlinkPopupOptions.cs 파일의 93 번째 라인에서 정의되었습니다.

93{ get; set; } = 600;

◆ CancelText

string? Dreamine.UI.Blazor.BlinkPopupOptions.CancelText
getset

취소 버튼 텍스트를 가져오거나 설정합니다.

BlinkPopupOptions.cs 파일의 48 번째 라인에서 정의되었습니다.

48{ get; set; }

다음에 의해서 참조됨 : Dreamine.UI.Blazor.DreamineDialogService.ShowBlinkAsync().

◆ Color1

string Dreamine.UI.Blazor.BlinkPopupOptions.Color1 = "#B41E1E"
getset

깜빡임 애니메이션의 첫 번째 CSS 색상을 가져오거나 설정합니다.

BlinkPopupOptions.cs 파일의 66 번째 라인에서 정의되었습니다.

66{ get; set; } = "#B41E1E";

다음에 의해서 참조됨 : Dreamine.UI.Blazor.DreamineDialogService.ShowBlinkAsync().

◆ Color2

string Dreamine.UI.Blazor.BlinkPopupOptions.Color2 = "#500A0A"
getset

깜빡임 애니메이션의 두 번째 CSS 색상을 가져오거나 설정합니다.

BlinkPopupOptions.cs 파일의 75 번째 라인에서 정의되었습니다.

75{ get; set; } = "#500A0A";

다음에 의해서 참조됨 : Dreamine.UI.Blazor.DreamineDialogService.ShowBlinkAsync().

◆ ForegroundColor

string Dreamine.UI.Blazor.BlinkPopupOptions.ForegroundColor = "#FFD700"
getset

팝업 콘텐츠의 CSS 전경색을 가져오거나 설정합니다.

BlinkPopupOptions.cs 파일의 84 번째 라인에서 정의되었습니다.

84{ get; set; } = "#FFD700";

다음에 의해서 참조됨 : Dreamine.UI.Blazor.DreamineDialogService.ShowBlinkAsync().

◆ Message

string? Dreamine.UI.Blazor.BlinkPopupOptions.Message
getset

팝업 메시지를 가져오거나 설정합니다.

BlinkPopupOptions.cs 파일의 30 번째 라인에서 정의되었습니다.

30{ get; set; }

◆ OkText

string? Dreamine.UI.Blazor.BlinkPopupOptions.OkText
getset

확인 버튼 텍스트를 가져오거나 설정합니다.

BlinkPopupOptions.cs 파일의 39 번째 라인에서 정의되었습니다.

39{ get; set; }

다음에 의해서 참조됨 : Dreamine.UI.Blazor.DreamineDialogService.ShowBlinkAsync().

◆ Title

string? Dreamine.UI.Blazor.BlinkPopupOptions.Title
getset

팝업 제목을 가져오거나 설정합니다.

BlinkPopupOptions.cs 파일의 21 번째 라인에서 정의되었습니다.

21{ get; set; }

◆ UseBlink

bool Dreamine.UI.Blazor.BlinkPopupOptions.UseBlink = true
getset

배경 깜빡임 효과를 사용할지 여부를 가져오거나 설정합니다.

BlinkPopupOptions.cs 파일의 57 번째 라인에서 정의되었습니다.

57{ get; set; } = true;

다음에 의해서 참조됨 : Dreamine.UI.Blazor.DreamineDialogService.ShowBlinkAsync().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: