Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Vector2 Vector2

float2

Remarks

The IContentSiteBridge integrates with the ContentSite layout policies to decide the ActualSize to return to the ContentIsland.

Applies to

See also


Feedback

Was this page helpful?