Hello Team,
<syncfusion:DateTimeEdit x:Name="dateTimeEdit" Height="28" Width="500"
EnableClassicStyle="True"
IsCalendarEnabled="True"
IsWatchEnabled="True"
IsEmptyDateEnabled="False"
Pattern="FullDateTime"
RenderTransformOrigin="0.375,3.867"
Canvas.Top="379" Canvas.Left="10"
HorizontalAlignment="Left" Margin="0,0,0,0"
VerticalAlignment="Top" IsDropDownOpen="False">
<syncfusion:DateTimeEdit.Resources>
<Style TargetType="{x:Type Border}">
<Setter Property="CornerRadius" Value="100"/>
</Style>
</syncfusion:DateTimeEdit.Resources>
<syncfusion:DateTimeEdit.Effect>
<DropShadowEffect Color="#FFDEDADA" ShadowDepth="3"/>
</syncfusion:DateTimeEdit.Effect>
</syncfusion:DateTimeEdit>
i want to change DateTimeEdit box into Rounded corner of DateTimeEdit.