Show / Hide Table of Contents

Class Style

Class containing a css style

Inheritance
System.Object
Style
Implements
ISource
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 : ISource

Constructors

| Improve this Doc View Source

Style()

Constructor

Declaration
public Style()
| Improve this Doc View Source

Style(String)

Constructor

Declaration
public Style(string styleString)
Parameters
Type Name Description
System.String styleString
| Improve this Doc View Source

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 Source

Content

CSS style content

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SourceUri

CSS style source uri

Declaration
public Uri SourceUri { get; set; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

StyleString

Same ass Content, use Content instead

Declaration
public string StyleString { get; set; }
Property Value
Type Description
System.String

Implements

ISource
  • Improve this Doc
  • View Source
Back to top Generated by DocFX