Class NumberingProperties
Inheritance
System.Object
NumberingProperties
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.StyleFormattingProperties
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class NumberingProperties : UserControl
Constructors
NumberingProperties()
Declaration
public NumberingProperties()
Fields
ListLevelChanged
Declaration
public EventHandler<ListLevelChangedEventArgs> ListLevelChanged
Field Value
System.EventHandler<ListLevelChangedEventArgs>
|
StyleDefinitionChanged
Declaration
public EventHandler StyleDefinitionChanged
Field Value
System.EventHandler
|
Properties
StyleDefinition
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
SetCurrentListStyle(ListStyle, Action<Action<Char, FontFamily>, FontFamily, RadRichTextBox>, RadRichTextBox)
Declaration
public void SetCurrentListStyle(ListStyle listStyle, Action<Action<char, FontFamily>, FontFamily, RadRichTextBox> showInsertSymbolDialogAction, RadRichTextBox owner)
Parameters
ListStyle
listStyle
|
System.Action<System.Action<System.Char, System.Windows.Media.FontFamily>, System.Windows.Media.FontFamily, RadRichTextBox>
showInsertSymbolDialogAction
|
RadRichTextBox
owner
|