Skip to content

Commit cc2fb4e

Browse files
authored
Update CustomNumericUpDownRenderer.cs
1 parent 8faa87c commit cc2fb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Borderless_NumericUpDown/NumericSample/NumericSample.iOS/CustomNumericUpDownRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ protected override void OnElementChanged(ElementChangedEventArgs<Syncfusion.SfNu
1515
if (this.Control != null)
1616
{
1717
/// For Achieving Borderwidth customization.
18-
this.Control.BorderStyle = UITextBorderStyle.None;
18+
this.Control.Layer.BorderWidth = 0f;
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)