Class Style
Class containing a css style
Inheritance
System.Object
    Style
  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 Style : ISourceConstructors
| Improve this Doc View SourceStyle()
Constructor
Declaration
public Style()Style(String)
Constructor
Declaration
public Style(string styleString)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | styleString | 
Style(String, Uri)
Constructor
Declaration
public Style(string styleString, Uri sourceUri)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | styleString | |
| System.Uri | sourceUri | 
Properties
| Improve this Doc View SourceContent
CSS style content
Declaration
public string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
SourceUri
CSS style source uri
Declaration
public Uri SourceUri { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Uri | 
StyleString
Same ass Content, use Content instead
Declaration
public string StyleString { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |