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





Gets or sets the width 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 MinimizedWidth { get; set; }

Visual Basic  Copy Code

Public Property MinimizedWidth As Double

 Property Value

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

 See Also

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