Hi Wei,
You can change the FontSize and also
InputScope by writing styles for NumericTextBox and ComboBox as like in the
below code snippet,
Code snippet:
<Page.Resources>
<Style TargetType="syncTools:SfNumericTextBox">
<Setter Property="FontSize" Value="20"/>
<Setter
Property="InputScope" Value="Number"/>
</Style>
<Style TargetType="ComboBox">
<Setter Property="FontSize" Value="20"/>
</Style>
</Page.Resources>
|
We have created a sample to achieve this requirement and
please check the following
sample link:
http://www.syncfusion.com/downloads/support/directtrac/123016/WinRTGridColumns-1011306673.zip
Please
let us know if you have any queries.
Thanks
Ashok