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