5 references to StrokeShapeProperty
Microsoft.Maui.Controls (5)
Border\Border.cs (3)
169
set { SetValue(
StrokeShapeProperty
, value); }
170
get { return (IShape?)GetValue(
StrokeShapeProperty
); }
312
if (propertyName == StrokeThicknessProperty.PropertyName || propertyName ==
StrokeShapeProperty
.PropertyName)
Properties\AssemblyInfo.cs (1)
94
[assembly: StyleProperty("border-radius", typeof(IBorderView), nameof(Border.
StrokeShapeProperty
))]
RadioButton\RadioButton.cs (1)
455
border.SetBinding(Border.
StrokeShapeProperty
, static (RadioButton rb) => rb.CornerRadius, source: RelativeBindingSource.TemplatedParent, converter: new CornerRadiusToShape());