Gets or sets the extrapolation method.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public BrushBuilderExtrapolationMethod ExtrapolationMethod {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property ExtrapolationMethod As BrushBuilderExtrapolationMethod
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

Field Value

The extrapolation method.

See Also