New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:createNewbool

The create new.

Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for editing of list style.

C#
public StyleFormattingPropertiesDialogSettings(ListStyle listStyle)
Parameters:listStyleListStyle

The list style.

Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for editing of style definition.

C#
public StyleFormattingPropertiesDialogSettings(StyleDefinition styleDefinition)
Parameters:styleDefinitionStyleDefinition

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)
Parameters:styleTypeStyleType

Type of the style.

Properties

C#
public bool CreateNew { get; }
C#
public bool IsListStyle { get; }
C#
public ListStyle ListStyle { get; }
C#
public StyleDefinition StyleDefinition { get; }
C#
public StyleType StyleType { get; }