Class ExternalStylesExportingEventArgs
Provides data for ExternalStylesExporting event.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class ExternalStylesExportingEventArgs : EventArgs
Properties
Css
Gets the CSS that will be exported.
Declaration
public string Css { get; }
Property Value
System.String
The CSS string. |
Handled
Gets or sets a value indicating whether the event is handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
Reference
Gets or sets the value which will be set to the 'href' attribute of the 'link' tag pointing to the external style file.
Declaration
public string Reference { get; set; }
Property Value
System.String
The reference. |