DesktopChildSiteBridge.ResizePolicy 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.
Gets or sets the resizing policy between a ContentIsland and its associated Win32 HWND.
public:
property ContentSizePolicy ResizePolicy { ContentSizePolicy get(); void set(ContentSizePolicy value); };
ContentSizePolicy ResizePolicy();
void ResizePolicy(ContentSizePolicy value);
public ContentSizePolicy ResizePolicy { get; set; }
var contentSizePolicy = desktopChildSiteBridge.resizePolicy;
desktopChildSiteBridge.resizePolicy = contentSizePolicy;
Public Property ResizePolicy As ContentSizePolicy
Property Value
The resizing policy between a ContentIsland and its associated Win32 HWND.