|
SampleCrossUi.Maui 1.0.0.0
SampleCrossUi.Maui 사용 방법을 보여 주는 예제 프로젝트입니다.
|


Public 멤버 함수 | |
| ControlsPage (ControlsViewModel viewModel) | |
Private 멤버 함수 | |
| readonly (string Title, VerticalStackLayout Content)[] _tabs | |
| void | SelectTab (VerticalStackLayout target, Button tabButton) |
| void | OnVariantButtonClicked (object? sender, EventArgs e) |
| void | OnRadioCheckedChanged (object? sender, CheckedChangedEventArgs e) |
| void | OnGridSelectionChanged (object? sender, SelectionChangedEventArgs e) |
| void | OnFruitItemDoubleTapped (object? sender, TappedEventArgs e) |
| async void | OnLogClickClicked (object? sender, EventArgs e) |
Private 속성 | |
| readonly ControlsViewModel | _viewModel |
| Button? | _selectedTabButton |
Controls Page 기능과 관련 상태를 캡슐화합니다.
ControlsPage.xaml.cs 파일의 13 번째 라인에서 정의되었습니다.
|
inline |
지정한 설정으로 ControlsPage 클래스의 새 인스턴스를 초기화합니다.
| viewModel | view Model에 사용할 ControlsViewModel 값입니다. |
ControlsPage.xaml.cs 파일의 59 번째 라인에서 정의되었습니다.
다음을 참조함 : _selectedTabButton, _viewModel, SelectTab().

|
inlineprivate |
Fruit Item Double Tapped 이벤트 또는 상태 변경을 처리합니다.
| sender | 이벤트를 발생시킨 객체입니다. |
| e | 이벤트와 관련된 데이터를 포함합니다. |
ControlsPage.xaml.cs 파일의 257 번째 라인에서 정의되었습니다.
다음을 참조함 : _viewModel.
|
inlineprivate |
Grid Selection Changed 이벤트 또는 상태 변경을 처리합니다.
| sender | 이벤트를 발생시킨 객체입니다. |
| e | 이벤트와 관련된 데이터를 포함합니다. |
ControlsPage.xaml.cs 파일의 226 번째 라인에서 정의되었습니다.
|
inlineprivate |
Log Click Clicked 이벤트 또는 상태 변경을 처리합니다.
| sender | 이벤트를 발생시킨 객체입니다. |
| e | 이벤트와 관련된 데이터를 포함합니다. |
ControlsPage.xaml.cs 파일의 287 번째 라인에서 정의되었습니다.
다음을 참조함 : _viewModel.
|
inlineprivate |
Radio Checked Changed 이벤트 또는 상태 변경을 처리합니다.
| sender | 이벤트를 발생시킨 객체입니다. |
| e | 이벤트와 관련된 데이터를 포함합니다. |
ControlsPage.xaml.cs 파일의 193 번째 라인에서 정의되었습니다.
다음을 참조함 : _viewModel.
|
inlineprivate |
Variant Button Clicked 이벤트 또는 상태 변경을 처리합니다.
| sender | 이벤트를 발생시킨 객체입니다. |
| e | 이벤트와 관련된 데이터를 포함합니다. |
ControlsPage.xaml.cs 파일의 163 번째 라인에서 정의되었습니다.
|
private |
tabs 값을 보관합니다.
|
inlineprivate |
Select Tab 작업을 수행합니다.
| target | target에 사용할 VerticalStackLayout 값입니다. |
| tabButton | tab Button에 사용할 Button 값입니다. |
ControlsPage.xaml.cs 파일의 127 번째 라인에서 정의되었습니다.
다음을 참조함 : _selectedTabButton.
다음에 의해서 참조됨 : ControlsPage().

|
private |
selected Tab Button 값을 보관합니다.
ControlsPage.xaml.cs 파일의 41 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ControlsPage(), SelectTab().
|
private |
view Model 값을 보관합니다.
ControlsPage.xaml.cs 파일의 23 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ControlsPage(), OnFruitItemDoubleTapped(), OnLogClickClicked(), OnRadioCheckedChanged().