Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OverlappedPresenter.PreferredMinimumWidth Property
Definition
- Namespace:
- Microsoft.UI.Windowing
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the preferred minimum width for the window.
public:
property IReference<int> ^ PreferredMinimumWidth { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> PreferredMinimumWidth();
void PreferredMinimumWidth(IReference<int> value);
public System.Nullable<int> PreferredMinimumWidth { get; set; }
var iReference = overlappedPresenter.preferredMinimumWidth;
overlappedPresenter.preferredMinimumWidth = iReference;
Public Property PreferredMinimumWidth As Nullable(Of Integer)
Property Value
The preferred minimum width for the window.
Applies to
Feedback
Was this page helpful?
