Class XamlExportSettings
Inheritance
System.Object
XamlExportSettings
Inherited Members
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.FormatProviders.Xaml
Assembly: Telerik.Windows.Documents.dll
Syntax
public class XamlExportSettings
Constructors
XamlExportSettings()
Declaration
public XamlExportSettings()
Properties
ImageExportMode
Events
ImageExporting
Declaration
public event EventHandler<ImageExportingEventArgs> ImageExporting
Event Type
System.EventHandler<ImageExportingEventArgs>
|
InlineUIContainerExporting
Declaration
public event EventHandler<InlineUIContainerExportingEventArgs> InlineUIContainerExporting
Event Type
System.EventHandler<InlineUIContainerExportingEventArgs>
|