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:
public class StyleFormattingPropertiesDialogSettings
Inheritance: objectStyleFormattingPropertiesDialogSettings
Constructors
Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for creation of new style.
public StyleFormattingPropertiesDialogSettings(bool createNew)
The create new.
Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for editing of list style.
public StyleFormattingPropertiesDialogSettings(ListStyle listStyle)
The list style.
Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for editing of style definition.
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.
public StyleFormattingPropertiesDialogSettings(StyleType styleType)
Type of the style.
Properties
Creates a new instance of the StyleFormattingPropertiesDialogSettings.
public bool CreateNew { get; }
Gets or sets the list style settings for the Style Formatting Properties dialog.
public bool IsListStyle { get; }
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.
public ListStyle ListStyle { get; }
Gets or sets the style definition for the Style Formatting Properties Dialog.
public StyleDefinition StyleDefinition { get; }
A StyleDefinition object that defines the styles to be used in the dialog.