New to Telerik UI for WPFStart a free 30-day trial

Represents the content of the fill tab of the FormatCellsDialog.

Definition

Constructors

Initializes a new instance of the FillTabContent class.

C#
public FillTabContent()

Fields

BackgroundColorProperty

DependencyProperty

Background color dependency property.

C#
public static readonly DependencyProperty BackgroundColorProperty

ColorPaletteProperty

DependencyProperty

Color palette dependency property.

C#
public static readonly DependencyProperty ColorPaletteProperty

PatternColorProperty

DependencyProperty

Pattern color dependency property.

C#
public static readonly DependencyProperty PatternColorProperty

PatternTypeProperty

DependencyProperty

Pattern type dependency property.

C#
public static readonly DependencyProperty PatternTypeProperty

StateProperty

DependencyProperty

State dependency property.

C#
public static readonly DependencyProperty StateProperty

Properties

Gets or sets the color of the background.

C#
public Color BackgroundColor { get; set; }
Property Value:

The color of the background.

Color1

Color

Gets or sets the first color.

C#
public Color Color1 { get; set; }
Property Value:

The first color.

Color2

Color

Gets or sets the second color.

C#
public Color Color2 { get; set; }
Property Value:

The second color.

Gets or sets the color palette.

C#
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value:

The color palette.

GradientType

GradientType

Gets or sets the type of the gradient.

C#
public GradientType GradientType { get; set; }
Property Value:

The type of the gradient.

Gets or sets the color of the pattern.

C#
public Color PatternColor { get; set; }
Property Value:

The color of the pattern.

PatternType

PatternType

Gets or sets the type of the pattern.

C#
public PatternType PatternType { get; set; }
Property Value:

The type of the pattern.

PatternTypes

PatternType[]

Gets the pattern types.

C#
public PatternType[] PatternTypes { get; }
Property Value:

The pattern types.

Gets or sets the state.

C#
public FillTabState State { get; set; }
Property Value:

The state.

Methods

Copies the properties from context.

C#
public override void CopyPropertiesFromContext(IFillTabContext context)
Parameters:contextIFillTabContext

The context.

Overrides: FormatCellsTabContentBase<IFillTabContext>.CopyPropertiesFromContext(IFillTabContext)

Copies the properties to context.

C#
public override void CopyPropertiesToContext(IFillTabContext context)
Parameters:contextIFillTabContext

The context.

Overrides: FormatCellsTabContentBase<IFillTabContext>.CopyPropertiesToContext(IFillTabContext)

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged