Version

IProvideAppStyling Interface Members

The following tables list the members exposed by IProvideAppStyling.

Public Properties
 NameDescription
 PropertyEnableAppStylingEnables support on this control for the Application Styling Framework(tm).  
 PropertyImageDirectoryA path to the image files for the current style set.  
 PropertyParsedStylesKeeps a collection of parsed style definitions loaded from external style sheets at design-time.  
 PropertyStylePrefixShort prefix prepended to each CSS class name associated with controls of this Type.  
 PropertyStyleSetNameName of the Application Styling Framework(tm) style set defining the themed appearance for this control.  
 PropertyStyleSetPathPath containing the Application Styling Framework(tm) style set files for this type of control.  
 PropertyStyleSetPathResolvedGets the resolved path to the current Application Styling Framework(tm) style set.  
 PropertyStyleSheetFileNameDefault style sheet filename used by the implementing control.  
Public Methods
 NameDescription
 MethodDesignRefreshApplication Styling Framework(tm) calls this method to notify a control it must refresh its appearance at design-time.  
 MethodInitializeStylesApplication Styling Framework(tm) calls this method to notify a control that it should add it's styles into the style repository.  
 MethodResolveImageUrlResolves an image URL at render-time.  
See Also