Skip to content

Commit 8faa87c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Borderless_NumericUpDown/NumericSample/NumericSample.iOS/CustomNumericUpDownRenderer.cs

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

0 commit comments

Comments
 (0)