ContentSite.RequestedSize 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 the logical requested size from the associated ContentIsland.
public:
property float2 RequestedSize { float2 get(); };
float2 RequestedSize();
public Vector2 RequestedSize { get; }
var vector2 = contentSite.requestedSize;
Public ReadOnly Property RequestedSize As Vector2
Property Value
Remarks
The IContentSiteBridge integrates with the ContentSite layout policies to decide the ActualSize to return to the ContentIsland.