Internal class. Wrap a Shape object, such as a Path, with a SmallShapePresenter to prevent the shape from taking all available space when MaxHeight/MaxWidth is less than infinity.

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

Syntax

C#
[ContentPropertyAttribute("Content")]
public class SmallShapePresenter : ContentPresenter
Visual Basic
<ContentPropertyAttribute("Content")> _
Public Class SmallShapePresenter _
	Inherits ContentPresenter

Inheritance Hierarchy

See Also