Border.StrokeShape Propriedade

Definição

Obtém ou definem a forma da borda. Esta é uma propriedade vinculável.

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

Valor de Propriedade

Um IShape que define a forma da borda, ou null para a forma padrão Rectangle .

Atributos

Observações

O valor padrão é um Rectangle. Podes definir isto para outras formas como RoundRectangle, Ellipse, ou qualquer implementação personalizada IShape para alterar a aparência da borda.

Aplica-se a