Class LoadStyleSheetFromUriEventArgs
Represents event arguments for loading a CSS stylesheet at run-time.
Inheritance
System.Object
System.EventArgs
LoadStyleSheetFromUriEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class LoadStyleSheetFromUriEventArgs : EventArgs
Properties
Uri
Gets the URI.
Declaration
public string Uri { get; }
Property Value
System.String
The URI. |
Methods
SetStyleSheetContent(String)
Sets the stylesheet content.
Declaration
public void SetStyleSheetContent(string styleSheetContent)
Parameters
System.String
styleSheetContent
|