다음을 통해 공유


ContentIsland.ActualSize Property

Definition

Gets the logical size of the ContentIsland, as determined by the ContentSite.

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

Property Value

Vector2 Vector2

float2

The logical size of the ContentIsland, as determined by the ContentSite.

Applies to