Class
StyleFormattingPropertiesDialogSettings

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:

cs-api-definition
public class StyleFormattingPropertiesDialogSettings

Inheritance: objectStyleFormattingPropertiesDialogSettings

Constructors

StyleFormattingPropertiesDialogSettings(ListStyle)

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

Declaration

cs-api-definition
public StyleFormattingPropertiesDialogSettings(ListStyle listStyle)

Parameters

listStyle

ListStyle

The list style.

StyleFormattingPropertiesDialogSettings(StyleDefinition)

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

Declaration

cs-api-definition
public StyleFormattingPropertiesDialogSettings(StyleDefinition styleDefinition)

Parameters

styleDefinition

StyleDefinition

The style definition.

StyleFormattingPropertiesDialogSettings(StyleType)

Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for creation of new style with specific type.

Declaration

cs-api-definition
public StyleFormattingPropertiesDialogSettings(StyleType styleType)

Parameters

styleType

StyleType

Type of the style.

StyleFormattingPropertiesDialogSettings(bool)

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

Declaration

cs-api-definition
public StyleFormattingPropertiesDialogSettings(bool createNew)

Parameters

createNew

bool

The create new.

Properties

CreateNew

Creates a new instance of the StyleFormattingPropertiesDialogSettings.

Declaration

cs-api-definition
public bool CreateNew { get; }

Property Value

bool

IsListStyle

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

Declaration

cs-api-definition
public bool IsListStyle { get; }

Property Value

bool

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

ListStyle

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

Declaration

cs-api-definition
public ListStyle ListStyle { get; }

Property Value

ListStyle

StyleDefinition

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

Declaration

cs-api-definition
public StyleDefinition StyleDefinition { get; }

Property Value

StyleDefinition

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

StyleType

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

Declaration

cs-api-definition
public StyleType StyleType { get; }

Property Value

StyleType