4 references to StrokeShapeProperty
Microsoft.Maui.Controls (4)
Border\Border.cs (3)
169
set { SetValue(
StrokeShapeProperty
, value); }
170
get { return (IShape?)GetValue(
StrokeShapeProperty
); }
312
if (propertyName == StrokeThicknessProperty.PropertyName || propertyName ==
StrokeShapeProperty
.PropertyName)
RadioButton\RadioButton.cs (1)
461
border.SetBinding(Border.
StrokeShapeProperty
, static (RadioButton rb) => rb.CornerRadius, source: RelativeBindingSource.TemplatedParent, converter: new CornerRadiusToShape());