Browse by Tags
All Tags »
XAML (
RSS)
New OS Windows 7 contains a considerable quantity of innovations and improvements. These improvements concern safety, productivity, reliability etc. Also, the big attention is given to the user interface. In several posts we will talk about the innovations...
It is known, that technologies WPF and Silverlight allow to change appearance of the application essentially. However, as it is found out, it is far not all know as it it is possible to do conveniently. For definition of appearance of controls we usually...
As is known, in WPF there are great possibilities to work with 3D. Silverlight concedes WPF because it is cross-platform technology. However, in Silverlight 3 a support of 3D has appeared. Let's consider this subject. Actually, if to look more detailed...
Insert of a hyperlink in the text - absolutely usual task for web-applications. Frequently we do it when makes HTML documents. Unfortunately, default controls in Silverlight do not allow to insert a hyperlink in the text. Let's consider an example of...
Recently we have talked about how it is possible to redefine appearance of the tool tip in Silverlight applications. The tool tip has taken more interesting form after that. However, the effect of show and remains sad :) Let's try change a way of show...
Frequently in our appendices we need to create tool tips. Class ToolTip exists in Silverlight for these purposes. We can create such tool tips more easily by using this class. <Button Content= "Click me!" Width= "100" Height= "100"...
More Posts