'Declaration Public Overloads Shared Function Load( _ ByVal fileName As String _ ) As StyleSheet
'Usage Dim fileName As String Dim value As StyleSheet value = StyleSheet.Load(fileName)
public static StyleSheet Load( string fileName )
Parameters
- fileName
- A full path to the XML to load.
Return Value
A reference to the StyleSheet object that has been created from the XML file.