'Declaration Public Overloads Shared Function Load( _ ByVal stream As Stream _ ) As StyleSheet
'Usage Dim stream As Stream Dim value As StyleSheet value = StyleSheet.Load(stream)
public static StyleSheet Load( Stream stream )
Parameters
- stream
- The stream to use to create a stylesheet.
Return Value
A reference to the StyleSheet object that has been created from the stream.