iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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.
<ISNet_Silverlight_WebAqua:WebCoverFlow x:Name="coverFlow" ShowFullScreenButton="False" ShowSlideShowButton="False" TitleVisibility="True" SubTitleVisibility="True" Foreground="Black" ColorTheme="White" BorderThickness="1" PerspectiveTop="0.25" PerspectiveBottom="15" CoverSize="280" Offset="0.95" PerspectiveMode="Perspective" BorderBrush="Black" ReflectionBackgroundColor="White" StartUpPosition="First" ItemSpace="40" Grid.Row="10" Margin="8,8,30,18" ShowScrollBar="False" Height="250"> <ISNet_Silverlight_WebAqua:WebCoverFlow.ItemReflection> <LinearGradientBrush EndPoint="0.5,0.75" StartPoint="0.5,0.25"> <GradientStop Color="Transparent"/> <GradientStop Color="Transparent" Offset="1"/> </LinearGradientBrush> </ISNet_Silverlight_WebAqua:WebCoverFlow.ItemReflection> <ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundObject> <Rectangle/> </ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundObject></ISNet_Silverlight_WebAqua:WebCoverFlow>
Hi,
You will need to set TitleTextObject, ToolTipTextObject and SubtitleTextObject Foreground properties into black. It is easier if you set the properties with using Mircrosoft Expression Blend.
<ISNet_Silverlight_WebAqua:WebCoverFlow MaxHeight="400" MinHeight="256" ReflectionBackgroundColor="#00000000" PerspectiveMode="Scale"> <ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundImage> <Image/> </ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundImage> <ISNet_Silverlight_WebAqua:WebCoverFlow.TitleTextObject> <TextBlock/> </ISNet_Silverlight_WebAqua:WebCoverFlow.TitleTextObject> <ISNet_Silverlight_WebAqua:WebCoverFlow.TooltipTextObject> <TextBlock/> </ISNet_Silverlight_WebAqua:WebCoverFlow.TooltipTextObject> <ISNet_Silverlight_WebAqua:WebCoverFlow.SubTitleTextObject> <TextBlock/> </ISNet_Silverlight_WebAqua:WebCoverFlow.SubTitleTextObject> <ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundObject> <Rectangle/> </ISNet_Silverlight_WebAqua:WebCoverFlow.BackgroundObject> <ISNet_Silverlight_WebAqua:WebCoverFlow.Items> <ISNet_Silverlight_WebAqua:WebCoverFlowItem SubTitle = "Photo Credit © Marcus Claesson" ImageSource="Images/CoverFlow/Cover (24).jpg"/> <ISNet_Silverlight_WebAqua:WebCoverFlowItem SubTitle = "Photo Credit © Marcus Claesson" ImageSource="Images/CoverFlow/Cover (25).jpg"/> </ISNet_Silverlight_WebAqua:WebCoverFlow.Items> </ISNet_Silverlight_WebAqua:WebCoverFlow>
Regards,Handy
Handy,
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.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname