Class StyleFormattingPropertiesDialogSettings
Represents the settings for the Style Formatting Properties dialog in the Telerik UI.
Inheritance
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class StyleFormattingPropertiesDialogSettings : Object
Constructors
StyleFormattingPropertiesDialogSettings(Boolean)
Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for creation of new style.
Declaration
public StyleFormattingPropertiesDialogSettings(bool createNew)
Parameters
System.Boolean
createNew
The create new. |
StyleFormattingPropertiesDialogSettings(ListStyle)
Initializes a new instance of the StyleFormattingPropertiesDialogSettings class. Use it for editing of list style.
Declaration
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
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
public StyleFormattingPropertiesDialogSettings(StyleType styleType)
Parameters
StyleType
styleType
Type of the style. |
Properties
CreateNew
Creates a new instance of the StyleFormattingPropertiesDialogSettings.
Declaration
public bool CreateNew { get; }
Property Value
System.Boolean
|
IsListStyle
Gets or sets the list style settings for the Style Formatting Properties dialog.
Declaration
public bool IsListStyle { get; }
Property Value
System.Boolean
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
public ListStyle ListStyle { get; }
Property Value
ListStyle
|
StyleDefinition
Gets or sets the style definition for the Style Formatting Properties Dialog.
Declaration
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
public StyleType StyleType { get; }
Property Value
StyleType
|