Class InlineUIContainerExportingEventArgs
Inheritance
System.Object
InlineUIContainerExportingEventArgs
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Documents.dll
Syntax
public class InlineUIContainerExportingEventArgs : EventArgs
Constructors
InlineUIContainerExportingEventArgs(InlineUIContainer)
Declaration
public InlineUIContainerExportingEventArgs(InlineUIContainer inlineUIContainer)
Parameters
InlineUIContainer
inlineUIContainer
|
Properties
ExportMode
Declaration
public InlineUIContainerExportMode ExportMode { get; set; }
Property Value
InlineUIContainerExportMode
|
InlineUIContainer
XamlContent
Declaration
public string XamlContent { set; }
Property Value
System.String
|