Class StyleSheet
Class containing stylesheet content
Inheritance
System.Object
    StyleSheet
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: BrowseSharp.Style
Assembly: BrowseSharp.dll
Syntax
public class StyleSheet : ISourceConstructors
| Improve this Doc View SourceStyleSheet(String)
Constructor
Declaration
public StyleSheet(string styleSheetString)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | styleSheetString | 
StyleSheet(String, Uri)
Constructor
Declaration
public StyleSheet(string styleSheetString, Uri sourceUri)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | styleSheetString | |
| System.Uri | sourceUri | 
StyleSheet(Uri)
Constructor
Declaration
public StyleSheet(Uri sourceUri)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Uri | sourceUri | 
Properties
| Improve this Doc View SourceContent
Content of stylesheet
Declaration
public string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
SourceUri
Source uri of stylesheet
Declaration
public Uri SourceUri { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Uri |