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

Represents the settings for the Style Formatting Properties dialog in the Telerik UI.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.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

Creates a new instance of the StyleFormattingPropertiesDialogSettings.

C#
public bool CreateNew { get; }

Gets or sets the list style settings for the Style Formatting Properties dialog.

C#
public bool IsListStyle { get; }
Property Value:

The list style settings, which can be used to define the appearance and behavior of list items.

Represents the settings for displaying a list style in the Style Formatting Properties dialog.

C#
public ListStyle ListStyle { get; }

Gets or sets the style definition for the Style Formatting Properties Dialog.

C#
public StyleDefinition StyleDefinition { get; }
Property Value:

A StyleDefinition object that defines the styles to be used in the dialog.

Represents the style type settings for the Style Formatting Properties dialog in Telerik's RadRichTextBox.

C#
public StyleType StyleType { get; }