ContentSiteView.ActualSize Property

Definition

Gets the logical size of the associated ContentIsland.

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

Property Value

Vector2 Vector2

float2

The logical size of the associated ContentIsland.

Applies to