'Declaration Public Function New( _ ByVal name As String, _ ByVal styleSheet As StyleSheet _ )
public EmbeddedStyleSheet( string name, StyleSheet styleSheet )
Parameters
- name
- The name of the EmbeddedStyleSheet.
- styleSheet
- The StyleSheet instance.
'Declaration Public Function New( _ ByVal name As String, _ ByVal styleSheet As StyleSheet _ )
public EmbeddedStyleSheet( string name, StyleSheet styleSheet )