How to change the color of the following icon in a RadButton in code behind:
<telerik:RadButton Clicked="DoSomething"
ClassId="PhonePortrait"
x:Name="PhonePortrait"
BorderThickness="0"
BackgroundColor="Transparent"
HorizontalOptions="Center"
VerticalOptions="Center"
Margin="12,0,0,0"
WidthRequest="32"
HeightRequest="32">
<telerik:RadButton.ImageSource>
<FontImageSource FontFamily="IonIcons" Glyph="" Color="#999999" Size="28"/>
</telerik:RadButton.ImageSource>
</telerik:RadButton>