ClassXamlExportSettings
Class
Represents the settings for exporting XAML documents in Telerik's document format provider.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Xaml
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class XamlExportSettings
Inheritance: objectXamlExportSettings
Constructors
XamlExportSettings()
Declaration
cs-api-definition
public XamlExportSettings()
Properties
ImageExportMode
Specifies the image export mode for XAML export settings in Telerik's document format provider.
Declaration
cs-api-definition
public ImageExportMode ImageExportMode { get; set; }
Property Value
Events
ImageExporting
Declaration
cs-api-definition
public event EventHandler<ImageExportingEventArgs> ImageExporting
Event Value
InlineUIContainerExporting
Declaration
cs-api-definition
public event EventHandler<InlineUIContainerExportingEventArgs> InlineUIContainerExporting
Event Value