﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebAqua - Changing Font Color of Title Text in WebCoverFlow</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Changing-Font-Color-of-Title-Text-in-WebCoverFlow/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Changing Font Color of Title Text in WebCoverFlow</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Changing-Font-Color-of-Title-Text-in-WebCoverFlow/</link><pubDate>Fri, 26 Mar 2010 07:57:49 GMT</pubDate><dc:creator>happymonkey@gmail.com</dc:creator><category>webcoverflow title text</category><description>&lt;p&gt;Handy,&lt;/p&gt;
&lt;p&gt;Thanks for this information. That's exactly what I needed to know. Unfortunately, Blend isn't an option for me right now since I am in an office full of early adapters and we have started to develop in Visual Studio 2010 and Blend can't open VS2010 projects without causing some issues. Once Blend has been updated I will definately be using it to set properties like this.&lt;/p&gt;</description></item><item><title>Changing Font Color of Title Text in WebCoverFlow</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Changing-Font-Color-of-Title-Text-in-WebCoverFlow/</link><pubDate>Fri, 26 Mar 2010 03:57:10 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webcoverflow title text</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;You will need to set &lt;b&gt;TitleTextObject&lt;/b&gt;, &lt;b&gt;ToolTipTextObject &lt;/b&gt;and &lt;b&gt;SubtitleTextObject &lt;/b&gt;&lt;i&gt;&lt;b&gt;Foreground &lt;/b&gt;&lt;/i&gt;properties into &lt;b&gt;black&lt;/b&gt;. It is easier if you set the properties with using Mircrosoft Expression Blend.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;  &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow MaxHeight="400" MinHeight="256" ReflectionBackgroundColor="#00000000" PerspectiveMode="Scale"&amp;gt;
            &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundImage&amp;gt;
                &amp;lt;Image/&amp;gt;
            &amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundImage&amp;gt;
            &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow.TitleTextObject&amp;gt;
                &amp;lt;TextBlock/&amp;gt;
            &amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow.TitleTextObject&amp;gt;
            &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow.TooltipTextObject&amp;gt;
                &amp;lt;TextBlock/&amp;gt;
            &amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow.TooltipTextObject&amp;gt;
            &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow.SubTitleTextObject&amp;gt;
                &amp;lt;TextBlock/&amp;gt;
            &amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow.SubTitleTextObject&amp;gt;
            &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundObject&amp;gt;
                &amp;lt;Rectangle/&amp;gt;
            &amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundObject&amp;gt;
            &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow.Items&amp;gt;
                &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlowItem SubTitle = "Photo Credit © Marcus Claesson" ImageSource="Images/CoverFlow/Cover (24).jpg"/&amp;gt;
                &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlowItem SubTitle = "Photo Credit © Marcus Claesson" ImageSource="Images/CoverFlow/Cover (25).jpg"/&amp;gt;
            &amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow.Items&amp;gt;
        &amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy &lt;/p&gt;</description></item><item><title>Changing Font Color of Title Text in WebCoverFlow</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Changing-Font-Color-of-Title-Text-in-WebCoverFlow/</link><pubDate>Thu, 25 Mar 2010 09:10:25 GMT</pubDate><dc:creator>happymonkey@gmail.com</dc:creator><category>webcoverflow title text</category><description>&lt;p&gt;In all of the examples I've looked at, the color of the title and subtitle text in the coverflow controls have been white. What property changes the color of the text used by the title and subtitle fields? I have my coverflow on a white background and can't see the text because it is also white. Here is the XAML that defines the grid I am using. I have also removed any reflection from the coverflow items and included the XAML I am using to do that.&lt;/p&gt;
&lt;p&gt;&amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow x:Name="coverFlow" ShowFullScreenButton="False" &lt;br /&gt;ShowSlideShowButton="False" TitleVisibility="True" SubTitleVisibility="True" &lt;br /&gt;Foreground="Black" ColorTheme="White" BorderThickness="1" PerspectiveTop="0.25" &lt;br /&gt;PerspectiveBottom="15" CoverSize="280" Offset="0.95" PerspectiveMode="Perspective" &lt;br /&gt;BorderBrush="Black" ReflectionBackgroundColor="White" StartUpPosition="First" &lt;br /&gt;ItemSpace="40" Grid.Row="10" Margin="8,8,30,18" ShowScrollBar="False" Height="250"&amp;gt;&lt;br /&gt;   &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow.ItemReflection&amp;gt;&lt;br /&gt;      &amp;lt;LinearGradientBrush EndPoint="0.5,0.75" StartPoint="0.5,0.25"&amp;gt;&lt;br /&gt;         &amp;lt;GradientStop Color="Transparent"/&amp;gt;&lt;br /&gt;         &amp;lt;GradientStop Color="Transparent" Offset="1"/&amp;gt;&lt;br /&gt;      &amp;lt;/LinearGradientBrush&amp;gt;&lt;br /&gt;   &amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow.ItemReflection&amp;gt;&lt;br /&gt;   &amp;lt;ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundObject&amp;gt;&lt;br /&gt;      &amp;lt;Rectangle/&amp;gt;&lt;br /&gt;   &amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundObject&amp;gt;&lt;br /&gt;&amp;lt;/ISNet_Silverlight_WebAqua:WebCoverFlow&amp;gt;&lt;/p&gt;
</description></item></channel></rss>