Definition
Namespace:Telerik.WinForms.Documents.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class StyleFormattingPropertiesDialogSettings
Inheritance: objectStyleFormattingPropertiesDialogSettings
Constructors
Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for creation of new style.
C#
public StyleFormattingPropertiesDialogSettings(bool createNew)
The create new.
Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for editing of list style.
C#
public StyleFormattingPropertiesDialogSettings(ListStyle listStyle)
The list style.
Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for editing of style definition.
C#
public StyleFormattingPropertiesDialogSettings(StyleDefinition styleDefinition)
The style definition.
Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for creation of new style with specific type.
C#
public StyleFormattingPropertiesDialogSettings(StyleType styleType)
Type of the style.
Properties
C#
public bool IsListStyle { get; }
C#
public StyleDefinition StyleDefinition { get; }