Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain how to apply style elements in a silverlight project?



Explain how to apply style elements in a silverlight project?..

Answer / Ashish Kumar Jaiswal

Style elements can be applied in XAML by defining a Style resource and referencing it within the element you wish to modify. For example: `<Window.Resources> <Style x:Key="myStyle" TargetType="{x:Type TextBlock}"> ... </Style> </Window.Resources> <TextBlock Style="{StaticResource myStyle}" />`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Microsoft Silverlight Interview Questions

Explain teh purpose of parent xaml tag of silverlight page?

1 Answers  


Which platforms does Silverlight support?

1 Answers   NA,


What is the difference between wpf (windows presentation foundation) and microsoft silverlight?

1 Answers  


What kind of brushed does silverlight support?

1 Answers  


Explain how to set silverlight contents width as 100%.

1 Answers  


What files are contained by .xap file?

1 Answers  


Explain what is ria?

1 Answers  


How can you change the startup page of silverlight application?

1 Answers  


When would one use silverlight instead of asp.net ajax?

1 Answers  


Do you know three ways of applying layouts in SilverLight?

1 Answers   QuestPond,


What is SilverLight ? Can SilverLight run in other platforms other than window?

1 Answers   MCN Solutions,


Describe the different layout controls available with the use of Silverlight

1 Answers  


Categories