Dreamine.UI.Abstractions 1.0.1
Dreamine.UI.Abstractions 공용 계약과 추상화를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.UI.Abstractions.Popup.BlinkPopupOptions 클래스 참조sealed

더 자세히 ...

속성

string? Title [get, set]
string? Message [get, set]
object? Content [get, set]
string? OkText [get, set]
string? CancelText [get, set]
bool IsModal = true [get, set]
bool TopMost = true [get, set]
bool Fullscreen = false [get, set]
Size? FixedSize = null [get, set]
bool UseBlink = true [get, set]
bool UseContentCard = true [get, set]
Color Color1 = Colors.Red [get, set]
Color Color2 = Colors.DarkRed [get, set]
Color ForegroundColor = Colors.Yellow [get, set]
double Opacity1 = 1.0 [get, set]
double Opacity2 = 0.25 [get, set]
int BlinkIntervalMs = 600 [get, set]
int BlinkRepeatCount = 0 [get, set]
double TitleFontSize = 40 [get, set]
double MessageFontSize = 22 [get, set]
bool BlockAltF4 = true [get, set]
bool RequireAuthOnOk = false [get, set]
bool RequireAuthOnCancel = false [get, set]
object? AuthViewModel [get, set]

상세한 설명

깜빡임 팝업 창의 표시 방식과 동작을 구성하는 옵션을 나타냅니다.

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

속성 문서화

◆ AuthViewModel

object? Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.AuthViewModel
getset

인증 창에 연결할 선택적 뷰 모델을 가져오거나 설정합니다.

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

254{ get; set; }

◆ BlinkIntervalMs

int Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.BlinkIntervalMs = 600
getset

한 방향 깜빡임 전환 간격을 밀리초 단위로 가져오거나 설정합니다. 한 번의 왕복에는 이 값의 두 배가 걸립니다.

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

184{ get; set; } = 600;

◆ BlinkRepeatCount

int Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.BlinkRepeatCount = 0
getset

깜빡임 반복 횟수를 가져오거나 설정합니다. 0은 무한 반복을 의미합니다.

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

194{ get; set; } = 0;

◆ BlockAltF4

bool Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.BlockAltF4 = true
getset

Alt+F4 시스템 닫기 동작을 차단할지 여부를 가져오거나 설정합니다.

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

224{ get; set; } = true;

◆ CancelText

string? Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.CancelText
getset

취소 버튼의 텍스트를 가져오거나 설정합니다. null 또는 빈 문자열이면 버튼을 숨깁니다.

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

64{ get; set; }

◆ Color1

Color Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.Color1 = Colors.Red
getset

깜빡임 애니메이션의 시작 배경색을 가져오거나 설정합니다.

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

134{ get; set; } = Colors.Red;

◆ Color2

Color Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.Color2 = Colors.DarkRed
getset

깜빡임 애니메이션의 종료 배경색을 가져오거나 설정합니다.

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

144{ get; set; } = Colors.DarkRed;

◆ Content

object? Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.Content
getset

팝업에 표시할 사용자 지정 콘텐츠를 가져오거나 설정합니다.

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

44{ get; set; }

◆ FixedSize

Size? Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.FixedSize = null
getset

팝업에 적용할 선택적 고정 너비와 높이를 가져오거나 설정합니다.

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

104{ get; set; } = null;

◆ ForegroundColor

Color Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.ForegroundColor = Colors.Yellow
getset

제목, 메시지 및 아이콘에 사용할 전경색을 가져오거나 설정합니다.

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

154{ get; set; } = Colors.Yellow;

◆ Fullscreen

bool Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.Fullscreen = false
getset

팝업이 모니터 전체 크기를 사용할지 여부를 가져오거나 설정합니다.

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

94{ get; set; } = false;

◆ IsModal

bool Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.IsModal = true
getset

팝업을 모달 창으로 표시할지 여부를 가져오거나 설정합니다.

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

74{ get; set; } = true;

◆ Message

string? Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.Message
getset

사용자 지정 콘텐츠가 없을 때 중앙에 표시할 메시지를 가져오거나 설정합니다.

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

34{ get; set; }

◆ MessageFontSize

double Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.MessageFontSize = 22
getset

메시지의 글꼴 크기를 가져오거나 설정합니다.

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

214{ get; set; } = 22;

◆ OkText

string? Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.OkText
getset

확인 버튼의 텍스트를 가져오거나 설정합니다. null 또는 빈 문자열이면 버튼을 숨깁니다.

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

54{ get; set; }

◆ Opacity1

double Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.Opacity1 = 1.0
getset

깜빡임 애니메이션의 시작 불투명도를 가져오거나 설정합니다.

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

164{ get; set; } = 1.0;

◆ Opacity2

double Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.Opacity2 = 0.25
getset

깜빡임 애니메이션의 종료 불투명도를 가져오거나 설정합니다.

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

174{ get; set; } = 0.25;

◆ RequireAuthOnCancel

bool Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.RequireAuthOnCancel = false
getset

취소 버튼을 클릭할 때 인증을 요구할지 여부를 가져오거나 설정합니다.

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

244{ get; set; } = false;

◆ RequireAuthOnOk

bool Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.RequireAuthOnOk = false
getset

확인 버튼을 클릭할 때 인증을 요구할지 여부를 가져오거나 설정합니다.

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

234{ get; set; } = false;

◆ Title

string? Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.Title
getset

상단 표시줄과 중앙 카드에 표시할 제목을 가져오거나 설정합니다.

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

24{ get; set; }

◆ TitleFontSize

double Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.TitleFontSize = 40
getset

상단 및 중앙 제목의 글꼴 크기를 가져오거나 설정합니다.

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

204{ get; set; } = 40;

◆ TopMost

bool Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.TopMost = true
getset

팝업을 항상 위 창으로 유지할지 여부를 가져오거나 설정합니다.

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

84{ get; set; } = true;

◆ UseBlink

bool Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.UseBlink = true
getset

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

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

114{ get; set; } = true;

◆ UseContentCard

bool Dreamine.UI.Abstractions.Popup.BlinkPopupOptions.UseContentCard = true
getset

제목과 버튼을 담는 중앙 콘텐츠 카드를 표시할지 여부를 가져오거나 설정합니다.

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

124{ get; set; } = true;

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