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