DesktopChildSiteBridge.ResizePolicy Property

Definition

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.

Applies to