Implemented interface member:
property
StrokeThickness
Microsoft.Maui.IStroke.StrokeThickness
6 references to StrokeThickness
Microsoft.Maui.Controls (6)
Border\Border.cs (6)
141
/// <summary>Bindable property for <see cref="
StrokeThickness
"/>.</summary>
143
BindableProperty.Create(nameof(
StrokeThickness
), typeof(double), typeof(Border), 1.0, propertyChanged: StrokeThicknessChanged);
264
var inset = bounds.Inset(
StrokeThickness
);
271
var inset = Padding +
StrokeThickness
;
330
if (StrokeShape is Shape strokeShape &&
StrokeThickness
== 0)
332
strokeShape.StrokeThickness =
StrokeThickness
;