Border.StrokeShape Propiedad

Definición

Obtiene o establece la forma del borde. Esta es una propiedad enlazable.

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 propiedad

que IShape define la forma de borde o null para la forma predeterminada Rectangle .

Atributos

Comentarios

El valor predeterminado es .Rectangle Puede establecerlo en otras formas como RoundRectangle, Ellipseo cualquier implementación personalizada IShape para cambiar la apariencia del borde.

Se aplica a