Поделиться через


OverlappedPresenter.PreferredMinimumHeight Property

Definition

Gets or sets the preferred minimum height for the window.

public:
 property IReference<int> ^ PreferredMinimumHeight { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> PreferredMinimumHeight();

void PreferredMinimumHeight(IReference<int> value);
public System.Nullable<int> PreferredMinimumHeight { get; set; }
var iReference = overlappedPresenter.preferredMinimumHeight;
overlappedPresenter.preferredMinimumHeight = iReference;
Public Property PreferredMinimumHeight As Nullable(Of Integer)

Property Value

The preferred minimum height for the window.

Applies to