5 references to StrokeThicknessProperty
Microsoft.Maui.Controls (5)
Border\Border.cs (3)
181 set { SetValue(StrokeThicknessProperty, value); } 182 get { return (double)GetValue(StrokeThicknessProperty); } 312 if (propertyName == StrokeThicknessProperty.PropertyName || propertyName == StrokeShapeProperty.PropertyName)
Properties\AssemblyInfo.cs (1)
97[assembly: StyleProperty("border-width", typeof(IBorderView), nameof(Border.StrokeThicknessProperty))]
RadioButton\RadioButton.cs (1)
456 border.SetBinding(Border.StrokeThicknessProperty, static (RadioButton rb) => rb.BorderWidth, source: RelativeBindingSource.TemplatedParent);