ThemeProvider.CssFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a set of strings that represent the names of any cascading style sheet (CSS) files associated with the current theme, if the theme is a style sheet theme.
public:
property System::Collections::ICollection ^ CssFiles { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection CssFiles { get; }
member this.CssFiles : System.Collections.ICollection
Public ReadOnly Property CssFiles As ICollection
Property Value
An ICollection of strings that identify the CSS files associated with the theme or style sheet theme. This property might return null
.
Remarks
This property is used by designer hosts to add style sheet links to CSS files when rendering HTML to a design surface.