PivotItem SelectedPivot;
SelectedPivot = (PivotItem)AIP_Pivot.SelectedItem;
SelectedPivot.FontSize = 35;
I have implemented this code but it doesn't work. Can anyone tell me why? and What is the solution?
PivotItem SelectedPivot;
SelectedPivot = (PivotItem)AIP_Pivot.SelectedItem;
SelectedPivot.FontSize = 35;
I have implemented this code but it doesn't work. Can anyone tell me why? and What is the solution?
Try using default Pivot style and templates provided by Microsoft and editing the foreground there for the selected item like this:
You can look for entire style for pivot item here.