Class FormatDecorator
Represents a decorator for text formating.
public abstract class FormatDecorator : FormattableElement
  - Inheritance
 - 
      
      
      
      FormatDecorator
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Properties
FormatedElement
Gets the element to be formatted.
public abstract FormattableElement FormatedElement { get; }