Table of Contents

Class ColouredSection

Namespace
The.WPF.Sections
Assembly
Instagile.WPF.dll
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

inner ISection
headerBackgroundBrush Brush
headerForegroundBrush Brush
sectionBackgroundBrush Brush

ColouredSection(ISection, Color)

public ColouredSection(ISection inner, Color colour)

Parameters

inner ISection
colour Color

Properties

HeaderBackgroundBrush

public override Brush HeaderBackgroundBrush { get; }

Property Value

Brush

HeaderForegroundBrush

public override Brush HeaderForegroundBrush { get; }

Property Value

Brush

SectionBackgroundBrush

public override Brush SectionBackgroundBrush { get; }

Property Value

Brush