Class BandingInfo
Inheritance
System.Object
    BandingInfo
  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
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class BandingInfo
  Constructors
BandingInfo(String, Int32)
Declaration
public BandingInfo(string description, int size)
  Parameters
| 
        System.String
        description
         
  | 
    
| 
        System.Int32
        size
         
  | 
    
Properties
Description
Declaration
public string Description { get; set; }
  Property Value
| 
        System.String
         
  | 
    
Size
Declaration
public int Size { get; set; }
  Property Value
| 
        System.Int32
         
  |