Gets or sets the minimum extra space around the content (used for infinite scrolling). This is a dependency property.

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 Thickness MinimumExtraSpace { get; set; }
Visual Basic (Declaration)
Public Property MinimumExtraSpace As Thickness

Remarks

Dependency Property Information
Identifier fieldMinimumExtraSpaceProperty
Metadata properties set to trueAffectsMeasure

See Also