Class XamlImportSettings
Inheritance
System.Object
XamlImportSettings
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Documents.dll
Syntax
public class XamlImportSettings : Object
Constructors
XamlImportSettings()
Declaration
public XamlImportSettings()
Events
ImageImported
Declaration
public event EventHandler<ImageImportedEventArgs> ImageImported
Event Type
System.EventHandler<ImageImportedEventArgs>
|
InlineUIContainerImported
Declaration
public event EventHandler<InlineUIContainerImportedEventArgs> InlineUIContainerImported
Event Type
System.EventHandler<InlineUIContainerImportedEventArgs>
|