Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
348 views
in Technique[技术] by (71.8m points)

windows phone 7 - How to change the font size of title property of a hubtile

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can't do this. One way is find HubTile class and change default font size.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...