Class
StyleFormattingPropertiesDialogSettings

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.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

Declaration

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

Property Value

bool

IsListStyle

Declaration

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

Property Value

bool

ListStyle

Declaration

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

Property Value

ListStyle

StyleDefinition

Declaration

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

Property Value

StyleDefinition

StyleType

Declaration

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

Property Value

StyleType