Поделиться через


ContentSiteView.RequestedSize Property

Definition

Gets the logical RequestedSize.

public:
 property float2 RequestedSize { float2 get(); };
float2 RequestedSize();
public Vector2 RequestedSize { get; }
var vector2 = contentSiteView.requestedSize;
Public ReadOnly Property RequestedSize As Vector2

Property Value

Vector2 Vector2

float2

The logical RequestedSize.

Remarks

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

Applies to