Class
StyleData

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: IComparableINotifyPropertyChanged

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

StyleDefinition

styleCollection

StyleCollection

snapShotRichTextBox

RadRichTextBox

snapshotWidth

int

snapshotHeight

int

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

string

RealStyleDefinition

Declaration

cs-api-definition
public StyleDefinition RealStyleDefinition { get; }

Property Value

StyleDefinition

Methods

CompareTo(object)

Declaration

cs-api-definition
public int CompareTo(object obj)

Parameters

obj

object

Returns

int

Implements IComparable.CompareTo(object)

OnPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

UpdateSnapshotImage()

Declaration

cs-api-definition
public void UpdateSnapshotImage()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged