Information to Skin Style
The skin style of the dock controls, namely, PerDock Control, PerDockZone Control and PerDockLayout Control, largely determines the feel and look of the dock controls. With the purpose to help developers use designed skin style for these dock controls, our UI Dock Controls for ASP.NET AJAX enables users to provide a set of existing skins.
A skin is a combination of images and a CSS stylesheet that can be applied to HTML elements. Remarkably, the dock controls cannot only allow developers to easily use these default skins, but also enable them to use their own custom skins. And this online tutorial aims to offer you guidance on how to modify skins for these dock controls. How to Set DockLayout Skin in ASP.NET
Since the PerDockLayout Control can not be rendered on the client side, there is no direct effect if you set the Skin property of the PerDockLayout Control. But if the PerDock Control and PerDockZone Control, which are placed on the PerDockLayout Control, have no Skin Property, then these two dock controls will use the Skin style that is applied to the PerDockLayout Control. How to Set Dock Zone Skin in ASP.NET
You can use following sample code to set the skin of dock zone in aspx web page. And the skin setting here overrides the Skin Property that is used by the PerDockLayout Control. Similar to PerDockLayout Control, if the PerDock Control, which is placed on the PerDockZone Control, has no Skin property, the PerDock Control will use the Skin style that is applied to the PerDockZone Control. <kettic:PerDockZone ID="PerDockZone1" runat="server" Width="250px" How to Set Dock Skin in ASP.NET
Following programming code is used to change the skin of the PerDock Control. And the skin setting here overrides the Skin Property that is used by the PerDockLayout Control or the PerDockZone Control. <kettic:PerDock ID="PerDock1" runat="server" Skin="Forest" How to Use Custom Skin Styles
The customization of dock control' skin may refer to two cases. One is that you make some modifications based on one existing embedded skin. The other is that you create your own skin by defining the images and a stylesheet (namely, CCS). But for either of above two situations, we recommend you to start with the CCS of an existing skin and then change its settings.
Now we will illustrate the work that you need to do if you want to use your own skin. Actually, you can easily add your own customized dock skin style to your project by following the three steps below.
| ![]() ASP.NET AJAX UI Controls ASP.NET AJAX Chart UI Control ASP.NET AJAX Grid UI Control ASP.NET AJAX Barcode UI Control ASP.NET AJAX Button UI Control ASP.NET AJAX Calendar UI Control ASP.NET AJAX NavigationBar UI Control ASP.NET AJAX Captcha UI Control ASP.NET AJAX Color Editor UI Control ASP.NET AJAX ComboBox UI Control ASP.NET AJAX DataPager UI Control ASP.NET AJAX Dock UI Control OverviewGetting StartedElement ZonesCommandsTemplates TemplatesClient Prpgramming Dock EventServer Programming Dock EventASP.NET AJAX DropDownList UI Control ASP.NET AJAX DropDownTree UI Control ASP.NET AJAX HtmlEditor UI Control ASP.NET AJAX FileManager UI Control ASP.NET AJAX Filter UI Control ASP.NET AJAX Input UI Control ASP.NET AJAX ListBox UI Control ASP.NET AJAX ListView UI Control ASP.NET AJAX ToolBar UI Control ASP.NET AJAX TabControl UI Control ASP.NET AJAX Menu UI Control ASP.NET AJAX ToolTip UI Control |