ClassStyleData
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.Styles
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class StyleData : INotifyPropertyChanged, IComparable
Inheritance: objectStyleData
Implements:
Constructors
StyleData(StyleDefinition, StyleCollection, RadRichTextBox, int, int)
Declaration
cs-api-definition
public StyleData(StyleDefinition styleDefinition, StyleCollection styleCollection, RadRichTextBox snapShotRichTextBox, int snapshotWidth, int snapshotHeight)
Parameters
styleDefinition
styleCollection
snapShotRichTextBox
snapshotWidth
snapshotHeight
Properties
Image
Declaration
cs-api-definition
public ImageSource Image { get; set; }
Property Value
ImageSource
ModifyStyleVisibility
Declaration
cs-api-definition
public string ModifyStyleVisibility { get; set; }
Property Value
RealStyleDefinition
Declaration
cs-api-definition
public StyleDefinition RealStyleDefinition { get; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
UpdateSnapshotImage()
Declaration
cs-api-definition
public void UpdateSnapshotImage()
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements