Gets or sets the extrapolation method.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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