MindFusion.Wpf Pack Programmer's Guide
Window.MinimizedHeight Property
See Also
 





Gets or sets the height of the window when it is minimized. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public double MinimizedHeight { get; set; }

Visual Basic  Copy Code

Public Property MinimizedHeight As Double

 Property Value

A double value specifying the height of the minimized window, in device independent units.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace
MinimizedWidth Property