Class StyleFormattingPropertiesDialogSettings
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class StyleFormattingPropertiesDialogSettings
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(Boolean, ListStyle)
Deprecated.
Declaration
[Obsolete("Use the constructor with StyleType instead.")]
public StyleFormattingPropertiesDialogSettings(bool createNew, ListStyle listStyle)
Parameters
System.Boolean
createNew
|
ListStyle
listStyle
|
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
Declaration
public bool CreateNew { get; }
Property Value
System.Boolean
|
IsListStyle
Declaration
public bool IsListStyle { get; }
Property Value
System.Boolean
|