ClassGeneralSectionViewModel
Represents the GeneralSectionViewModel class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class GeneralSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Inheritance: objectViewModelBaseGeneralSectionViewModel
Implements:
Inherited Members
Constructors
GeneralSectionViewModel(SdtProperties, StyleCollection)
Constructs the GeneralSectionViewModel.
Declaration
public GeneralSectionViewModel(SdtProperties properties, StyleCollection documentStyles)
Parameters
properties
The properties of the content control.
documentStyles
The styles defined in the document.
Properties
Alias
Gets or sets the alias of the control.
AvailableStyles
Gets the available styles inside the document.
Declaration
public RadObservableCollection<StyleDefinition> AvailableStyles { get; }
Property Value
HasSelectedStyle
Gets or sets whether there is a selected style applied to the contents of the control.
IsContentLocked
Gets or sets the locked state of the content of the control.
IsLocked
Gets or sets locked state of the control.
IsTemporary
Gets or sets whether the control should be deleted after the content is edited.
OutlineAppearance
Gets or sets the appearance of the control.
Declaration
public OutlineAppearance? OutlineAppearance { get; set; }
Property Value
OutlineAppearances
Gets the available appearances.
Declaration
public IEnumerable<EnumMemberViewModel> OutlineAppearances { get; }
Property Value
OutlineColor
Gets or sets the color of the control.
Declaration
public Color? OutlineColor { get; set; }
Property Value
Color?
SelectedStyleName
Gets or sets the selected style name.
Methods
BeginEdit()
Starts the editing cycle.
Declaration
public void BeginEdit()
Implements
CancelEdit()
Finishes the editing cycle and reverts all the changes.
Declaration
public void CancelEdit()
Implements
EndEdit()
Finishes the editing cycle and retains all the changes.
Declaration
public void EndEdit()
Implements