Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Version: Available or changed with runtime version 1.0.
Specifies the minimum height that the control add-in can be shrunk to. This setting only applies if the VerticalShrink setting is specified.
Applies to
- Control Add In
Value Type
- Integer
Property Values
The default is 0. If VerticalShrink is true but MinimumHeight is 0, the control add-in can shrink to nothing.
Dependent Property
This setting only applies if VerticalShrink is set to true.
Example
RequestedHeight = 300;
VerticalShrink = true;
MinimumHeight = 150;