Interface IConfigurableXamlFormatProvider
Provides functionality to configure XAML format providers.
Inherited Members
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IConfigurableXamlFormatProvider : ITextBasedDocumentFormatProvider, IDocumentFormatProvider
Properties
ExportSettings
Exports the settings of the XAML format provider.
Declaration
XamlExportSettings ExportSettings { get; set; }
Property Value
XamlExportSettings
|
ImportSettings
Imports settings from a specified source into the XAML format provider.
Declaration
XamlImportSettings ImportSettings { get; set; }
Property Value
XamlImportSettings
|