i am using the hubtile control from the Microsoft.Phone.Controls.Toolkit
the xaml code for it is
<toolkit:HubTile x:Name="hub" Margin="12,12,0,0"
Title="{Binding Title}"
Message="{Binding Message}"
Source="{Binding Image}"
GroupTag="BindingHubTile" Tap="HubTile_Tap_1">
</toolkit:HubTile>
how to change the font size of the title property so that the whole title fits in?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…