728x90
반응형
728x170
Button button = new Button
{
ContentLayout = new Button.ButtonContentLayout(Button.ButtonContentLayout.ImagePosition.Right, 20),
ImageSource = new FileImageSource { File = "button.png" },
Text = "Button text"
};
728x90
반응형
그리드형(광고전용)
'C# > MAUI' 카테고리의 다른 글
[C#/MAUI] ICanvas 인터페이스 : BlendMode 속성을 사용해 혼합 모드 설정하기 (프리뷰 버전 오류) (0) | 2022.07.03 |
---|---|
[C#/MAUI] DataTemplate 클래스 : CarouselView 클래스의 ItemTemplate 속성 설정하기 (0) | 2022.07.02 |
[C#/MAUI] CarouselView 클래스 : ItemTemplate 속성 사용하기 (0) | 2022.07.01 |
[C#/MAUI] IMediaPicker 인터페이스 : PickPhotoAsync 메소드를 사용해 갤러리 사진 구하기 (ANDROID) (0) | 2022.07.01 |
[C#/MAUI] ProgressBar 클래스 : ProgressTo 메소드 사용하기 (0) | 2022.07.01 |
[C#/MAUI] Button 클래스 : ContentLayout 속성 사용하기 (0) | 2022.06.30 |
[C#/MAUI] WebView 클래스 : Source 속성을 사용해 로컬 HTML 표시하기 (0) | 2022.06.30 |
[C#/MAUI] WebView 엘리먼트 : Source 속성을 사용해 로컬 HTML 표시하기 (0) | 2022.06.30 |
[C#/MAUI] WebView 클래스 : ATS(Apple Transport Security) 비활성화 설정하기 (IOS) (0) | 2022.06.30 |
[C#/MAUI] WebView 클래스 : 특정 도메인의 ATS(Apple Transport Security) 요구 사항 우회 설정하기 (IOS) (0) | 2022.06.30 |
[C#/MAUI] RoundRectangleGeometry 엘리먼트 사용하기 (프리뷰 버전 오류) (0) | 2022.06.29 |
댓글을 달아 주세요