[]
        
(Showing Draft Content)

C1.WPF.SmallShapePresenter

SmallShapePresenter Class

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.4.6.2.dll
Syntax
public class SmallShapePresenter : ContentPresenter, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class SmallShapePresenter
    Inherits ContentPresenter
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
SmallShapePresenter()

Methods

Name Description
MeasureOverride(Size)

Provides the behavior for the Measure pass of layout.

Extension Methods