Manoj Savalia
Manoj Savalia

Reputation: 1402

How to increase font size dynamically in silverlight?

I am creating Silver light Application.

My problem is that how to increase font size when i re-size Browser. Ex. Suppose my browser size is 1024 X 768 And all the control's having Font size is 11px.

When i Increase my screen resolution to 1366 X 768 then font size is also increased.

How to possible it?

Upvotes: 0

Views: 597

Answers (1)

Sagar Rawal
Sagar Rawal

Reputation: 1442

I think You use RenderTransform and ScaleTransform for Scale your font.

you can use this link

Link

Upvotes: 1

Related Questions