Returns an ISnapSpecifier reflecting the interval given in the constructor.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public override Object ProvideValue(
	IServiceProvider serviceProvider
)
Visual Basic (Declaration)
Public Overrides Function ProvideValue ( _
	serviceProvider As IServiceProvider _
) As Object

Parameters

serviceProvider
Type: System..::.IServiceProvider
Object that can provide services for the markup extension.

Return Value

An ISnapSpecifier for the interval given in the constructor.

See Also