Class StyleTypeToStringMapping
Inheritance
System.Object
StyleTypeToStringMapping
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class StyleTypeToStringMapping : Object
Constructors
StyleTypeToStringMapping(EditableStyleType, String)
Declaration
public StyleTypeToStringMapping(EditableStyleType editableStyleType, string description)
Parameters
EditableStyleType
editableStyleType
|
System.String
description
|
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
Value
Methods
ConvertToEditableStyleType(StyleType)
Declaration
public static EditableStyleType ConvertToEditableStyleType(StyleType styleType)
Parameters
StyleType
styleType
|
Returns
EditableStyleType
|