This is a migrated thread and some comments may be shown as answers.

font/color properties

1 Answer 107 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Piyush Bhatt
Top achievements
Rank 2
Piyush Bhatt asked on 08 Apr 2008, 07:42 PM
I tried following code - but the Font/Color properties are all ignored when Tab renders. Only main BackColor property showed background color. But Font-Bold, Font-Size, HoveredCssClass are all being ignored.

        <telerik:RadTabStrip ID="rts1" runat="server"
            Orientation="HorizontalTop"
            Skin="Vista"
            BackColor="Orange"
            Font-Bold="true"
            Font-Size="Large"
            >
            <Tabs>
                <telerik:RadTab Text="Tab 1" Font-Size="Large" Font-Bold="true" BackColor="Red" HoveredCssClass="hovered" />
                <telerik:RadTab Text ="Tab 2" Font-Size="Large" Font-Bold="true" />
            </Tabs>
            </telerik:RadTabStrip>

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 09 Apr 2008, 02:55 PM
Hello Piyush,

The visual appearance of Telerik RadControls "Prometheus" is defined through "skins". A skin consists of a CSS file and image files (which are optional). Telerik RadControls "Prometheus" come with a set of built-in skins which are ready to be used. The user can use the built-in skins as they are or customize them.

For details on the matter please refer to the controls' documentation under section RadControls 'Prometheus' Fundamentals --> Controlling Visual Appearance.

Regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
Piyush Bhatt
Top achievements
Rank 2
Answers by
Paul
Telerik team
Share this question
or