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.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.Styles
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class StyleData : INotifyPropertyChanged, IComparable
  Constructors
StyleData(StyleDefinition, StyleCollection, RadRichTextEditor, Int32, Int32)
Declaration
public StyleData(StyleDefinition styleDefinition, StyleCollection styleCollection, RadRichTextEditor snapShotRichTextBox, int snapshotWidth, int snapshotHeight)
  Parameters
| 
        StyleDefinition
        styleDefinition
         
  | 
    
| 
        StyleCollection
        styleCollection
         
  | 
    
| 
        RadRichTextEditor
        snapShotRichTextBox
         
  | 
    
| 
        System.Int32
        snapshotWidth
         
  | 
    
| 
        System.Int32
        snapshotHeight
         
  | 
    
Properties
DisplayName
Declaration
public string DisplayName { get; }
  Property Value
| 
        System.String
         
  | 
    
Image
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
         
  | 
    
Release()
Declaration
public void Release()
  UpdateSnapshotImage()
Declaration
public void UpdateSnapshotImage()
  Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| 
        System.ComponentModel.PropertyChangedEventHandler
         
  |