Class StyleData
Inheritance
System.Object
StyleData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.Styles
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class StyleData : INotifyPropertyChanged, IComparable
Constructors
StyleData(StyleDefinition, StyleCollection, RadRichTextBox, Int32, Int32)
Declaration
public StyleData(StyleDefinition styleDefinition, StyleCollection styleCollection, RadRichTextBox snapShotRichTextBox, int snapshotWidth, int snapshotHeight)
Parameters
StyleDefinition
styleDefinition
|
StyleCollection
styleCollection
|
RadRichTextBox
snapShotRichTextBox
|
System.Int32
snapshotWidth
|
System.Int32
snapshotHeight
|
Properties
Image
Declaration
public ImageSource Image { get; set; }
Property Value
System.Windows.Media.ImageSource
|
ModifyStyleVisibility
Declaration
public string ModifyStyleVisibility { get; set; }
Property Value
System.String
|
RealStyleDefinition
Methods
AttachEvents()
Declaration
public void AttachEvents()
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
System.Object
obj
|
Returns
System.Int32
|
Implements
System.IComparable.CompareTo(System.Object)
DetachEvents()
Declaration
public void DetachEvents()
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
UpdateSnapshotImage()
Declaration
public void UpdateSnapshotImage()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|