New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.Styles

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class StyleData : INotifyPropertyChanged, IComparable

Inheritance: objectStyleData

Implements: IComparableINotifyPropertyChanged

Constructors

C#
public StyleData(StyleDefinition styleDefinition, StyleCollection styleCollection, RadRichTextBox snapShotRichTextBox, int snapshotWidth, int snapshotHeight)
Parameters:styleDefinitionStyleDefinitionstyleCollectionStyleCollectionsnapShotRichTextBoxRadRichTextBoxsnapshotWidthintsnapshotHeightint

Properties

Image

ImageSource

C#
public ImageSource Image { get; set; }
C#
public string ModifyStyleVisibility { get; set; }
C#
public StyleDefinition RealStyleDefinition { get; }

Methods

C#
public int CompareTo(object obj)
Parameters:objobjectReturns:

int

Implements: IComparable.CompareTo(object)

C#
protected virtual void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring
C#
public void UpdateSnapshotImage()

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged