Sdílet prostřednictvím


ContentSite.RequestedSize Property

Definition

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