728x90
반응형
728x170
▶ MainPage.xaml
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage x:Class="TestProject.MainPage"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
<Grid
Margin="10"
ColumnDefinitions="*,Auto,*"
RowDefinitions="*,Auto,*,Auto,*,Auto,*">
<Polyline Grid.Row="1" Grid.Column="1"
StrokeThickness="20"
Stroke="DarkBlue"
StrokeLineJoin="Miter"
Points="20 20 250 50 20 120" />
<Polyline Grid.Row="3" Grid.Column="1"
StrokeThickness="20"
Stroke="DarkBlue"
StrokeLineJoin="Bevel"
Points="20 20 250 50 20 120" />
<Polyline Grid.Row="5" Grid.Column="1"
StrokeThickness="20"
Stroke="DarkBlue"
StrokeLineJoin="Round"
Points="20 20 250 50 20 120" />
</Grid>
</ContentPage>
728x90
반응형
그리드형(광고전용)
'C# > MAUI' 카테고리의 다른 글
[C#/MAUI/.NET6] RectangleGeometry 엘리먼트 : Rect 속성 사용하기 (0) | 2022.05.17 |
---|---|
[C#/MAUI/.NET6] LineGeometry 엘리먼트 : StartPoint/EndPoint 속성 사용하기 (0) | 2022.05.17 |
[C#/MAUI/.NET6] EllipseGeometry 엘리먼트 사용하기 (0) | 2022.05.17 |
[C#/MAUI/.NET6] GeometryGroup 엘리먼트 : FillRule 속성 사용하기 (프리뷰 버전 오류) (0) | 2022.05.16 |
[C#/MAUI/.NET6] GeometryGroup 엘리먼트 : FillRule 속성 사용하기 (프리뷰 버전 오류) (0) | 2022.05.16 |
[C#/MAUI/.NET6] Line 엘리먼트 : StrokeLineCap 속성 사용하기 (0) | 2022.05.16 |
[C#/MAUI/.NET6] Rectangle 엘리먼트 : StrokeThickness/StrokeDashOffset/StrokeDashArray 속성 사용하기 (0) | 2022.05.15 |
[C#/MAUI/.NET6] Ellipse 엘리먼트 : Stroke/Fill 속성 사용하기 (0) | 2022.05.15 |
[C#/MAUI/.NET6] ScrollView 클래스 : ScrollToAsync 메소드 사용하기 (0) | 2022.05.15 |
[C#/MAUI/.NET6] ScrollView 클래스 : ScrollToAsync 메소드 사용하기 (0) | 2022.05.15 |
댓글을 달아 주세요