Border.StrokeShape 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
테두리의 모양을 가져오거나 설정합니다. 이는 바인딩 가능한 속성입니다.
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설정하여 테두리의 모양을 변경할 수 있습니다.