다음을 통해 공유


Border.StrokeShape 속성

정의

테두리의 모양을 가져오거나 설정합니다. 이는 바인딩 가능한 속성입니다.

public:
 property Microsoft::Maui::Graphics::IShape ^ StrokeShape { Microsoft::Maui::Graphics::IShape ^ get(); void set(Microsoft::Maui::Graphics::IShape ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter))]
public Microsoft.Maui.Graphics.IShape? StrokeShape { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.StrokeShapeTypeConverter))>]
member this.StrokeShape : Microsoft.Maui.Graphics.IShape with get, set
Public Property StrokeShape As IShape

속성 값

IShape 테두리 셰이프 또는 null 기본 Rectangle 셰이프를 정의하는 형식입니다.

특성

설명

기본값은 .입니다 Rectangle. 이를 다른 셰이프(예: 또는 사용자 지정 IShape 구현)로 RoundRectangleEllipse설정하여 테두리의 모양을 변경할 수 있습니다.

적용 대상