HwndSource.SizeToContent Property
Definition
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.
Get or sets whether and how the window is sized to its content.
public:
property System::Windows::SizeToContent SizeToContent { System::Windows::SizeToContent get(); void set(System::Windows::SizeToContent value); };
public System.Windows.SizeToContent SizeToContent { get; set; }
member this.SizeToContent : System.Windows.SizeToContent with get, set
Public Property SizeToContent As SizeToContent
Property Value
One of the enumeration values. The default value is Manual, which specifies that the window is not sized to its content.
Remarks
End users might indirectly set this property through application UI, if that functionality is exposed by the application.
Scale transformations should not be applied to the RootVisual of an HwndSource, because this can disable SizeToContent behavior. See Remarks for RootVisual.