|
Dreamine.UI.Maui 1.0.1
Windows(WinUI)의 네이티브 `CheckBox`는 `WidthRequest`로 줄일 수 없는 거대한 최소 너비를 가져서 라벨과의 간격이 벌어지는 문제가 있어, 처음부터 직접 그려서 만들었습니다.
|
속성 | |
| string? | Title [get, set] |
| string? | Message [get, set] |
| string? | OkText [get, set] |
| string? | CancelText [get, set] |
| bool | UseBlink = true [get, set] |
| Color | Color1 = Colors.Red [get, set] |
| Color | Color2 = Colors.DarkRed [get, set] |
| Color | ForegroundColor = Colors.Yellow [get, set] |
| int | BlinkIntervalMs = 600 [get, set] |
MAUI 깜빡임 팝업의 콘텐츠, 색상 및 애니메이션을 구성합니다.
BlinkPopupOptions.cs 파일의 11 번째 라인에서 정의되었습니다.
|
getset |
한 방향 깜빡임 전환 간격을 밀리초 단위로 가져오거나 설정합니다.
BlinkPopupOptions.cs 파일의 93 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.Maui.Popup.BlinkPopupPage.BlinkPopupPage().
|
getset |
취소 버튼 텍스트를 가져오거나 설정합니다.
BlinkPopupOptions.cs 파일의 48 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.Maui.Popup.BlinkPopupPage.BlinkPopupPage().
|
getset |
깜빡임 애니메이션의 첫 번째 배경색을 가져오거나 설정합니다.
BlinkPopupOptions.cs 파일의 66 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.Maui.Popup.BlinkPopupPage.BlinkPopupPage().
|
getset |
깜빡임 애니메이션의 두 번째 배경색을 가져오거나 설정합니다.
BlinkPopupOptions.cs 파일의 75 번째 라인에서 정의되었습니다.
|
getset |
팝업 콘텐츠의 전경색을 가져오거나 설정합니다.
BlinkPopupOptions.cs 파일의 84 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.Maui.Popup.BlinkPopupPage.BlinkPopupPage().
|
getset |
|
getset |
확인 버튼 텍스트를 가져오거나 설정합니다.
BlinkPopupOptions.cs 파일의 39 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.Maui.Popup.BlinkPopupPage.BlinkPopupPage().
|
getset |
|
getset |
배경 깜빡임 효과를 사용할지 여부를 가져오거나 설정합니다.
BlinkPopupOptions.cs 파일의 57 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.Maui.Popup.BlinkPopupPage.BlinkPopupPage().