ESRI.ArcGIS.Mobile.Client
SkinInfo Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : SkinInfo Class

Class used to identify and load skinning resources (i.e., styles, templates, etc.).

A skin is implemented as a directory that contains (at a minimum) a "skin.xaml" file which contains the required WPF resources (e.g., styles, brushes, templates). The skin folder may also contain one or more localized sub-folders, named using the four character culture name (e.g., fr-FR), which may contain either a localized "skin.xaml" file (that overrides the "skin.xaml" file in the parent file) and a skin.xml file that contains a localized name of the skin to display in the UI.

Here is an example of the file structure: ...\ArcGIS\Mobile10.0\bin\Skins\ArcGISMobile\ Daytime\ skin.xaml fr-FR\ skin.xaml skin.xml Nighttime\ skin.xaml fr-FR\ skin.xaml skin.xml

Syntax

Visual Basic (Declaration) 
<XmlRootAttribute("SkinInfo")>
Public Class SkinInfo 
C# 
[XmlRootAttribute("SkinInfo")]
public class SkinInfo 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.SkinInfo

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 All Rights Reserved.