Property | Type | Description | |
---|---|---|---|
GetSkinImageUri | string | ||
LoadXml | void | ||
client_GetThemeCompleted | void |
Method | Description | |
---|---|---|
DressNode ( SilverlightMappingToolBasic.UI.ViewModel skinnableNode ) : void | ||
GetSkin ( INodeTypeProxy nodeTypeProxy, string skinName ) : INodeSkin | ||
LoadTheme ( string themeSvcUrl, string themeName ) : void | ||
ThemeManager ( ) : System |
Method | Description | |
---|---|---|
GetSkinImageUri ( System.Guid nodeType ) : string | ||
LoadXml ( XmlReader xmlReader ) : void | ||
client_GetThemeCompleted ( object sender, GetThemeCompletedEventArgs e ) : void |
public DressNode ( SilverlightMappingToolBasic.UI.ViewModel skinnableNode ) : void | ||
skinnableNode | SilverlightMappingToolBasic.UI.ViewModel | |
return | void |
public GetSkin ( INodeTypeProxy nodeTypeProxy, string skinName ) : INodeSkin | ||
nodeTypeProxy | INodeTypeProxy | |
skinName | string | |
return | INodeSkin |
public LoadTheme ( string themeSvcUrl, string themeName ) : void | ||
themeSvcUrl | string | |
themeName | string | |
return | void |