Class ColouredSection
public sealed class ColouredSection : WrappingSectionBase, ISection, IModel, INotifyPropertyChanged, IDataErrorInfo
- Inheritance
-
ColouredSection
- Implements
- Inherited Members
- Extension Methods
Constructors
ColouredSection(ISection, Brush?, Brush?, Brush?)
public ColouredSection(ISection inner, Brush? headerBackgroundBrush, Brush? headerForegroundBrush, Brush? sectionBackgroundBrush)
Parameters
ColouredSection(ISection, Color)
public ColouredSection(ISection inner, Color colour)
Parameters
Properties
HeaderBackgroundBrush
public override Brush? HeaderBackgroundBrush { get; }
Property Value
HeaderForegroundBrush
public override Brush? HeaderForegroundBrush { get; }
Property Value
SectionBackgroundBrush
public override Brush? SectionBackgroundBrush { get; }